Skip to content

Commit

Permalink
chore(CI): add interop tests to daily ci (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
josecorella authored Mar 11, 2024
1 parent d6c62fb commit c9ad018
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/daily_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:
uses: ./.github/workflows/library_net_tests.yml
with:
dafny: '4.2.0'

daily-ci-interop-tests:
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
uses: ./.github/workflows/library_interop_tests.yml
with:
dafny: '4.2.0'

0 comments on commit c9ad018

Please sign in to comment.