Skip to content

Commit c9ad018

Browse files
authored
chore(CI): add interop tests to daily ci (#640)
1 parent d6c62fb commit c9ad018

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/daily_ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ jobs:
2222
uses: ./.github/workflows/library_net_tests.yml
2323
with:
2424
dafny: '4.2.0'
25+
26+
daily-ci-interop-tests:
27+
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
28+
uses: ./.github/workflows/library_interop_tests.yml
29+
with:
30+
dafny: '4.2.0'

0 commit comments

Comments
 (0)