Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a1427e0

Browse files
chore(GHA): fix daily ci (#1194)
1 parent e2f2b3b commit a1427e0

File tree

1 file changed

+26
-8
lines changed

1 file changed

+26
-8
lines changed

‎.github/workflows/daily_ci.yml‎

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
getVersion:
1010
# Don't run the cron builds on forks
1111
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
12-
uses: ./.github/workflows/dafny_version.yaml
12+
uses: ./.github/workflows/dafny_version.yml
1313
getVerifyVersion:
1414
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
15-
uses: ./.github/workflows/dafny_verify_version.yaml
15+
uses: ./.github/workflows/dafny_verify_version.yml
1616
daily-ci-format:
1717
needs: getVersion
1818
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
@@ -22,7 +22,7 @@ jobs:
2222
daily-ci-codegen:
2323
needs: getVersion
2424
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
25-
uses: ./.github/workflows/library_codegen.yml
25+
uses: ./.github/workflows/ci_codegen.yml
2626
with:
2727
dafny: ${{needs.getVersion.outputs.version}}
2828
daily-ci-verification:
@@ -31,15 +31,33 @@ jobs:
3131
uses: ./.github/workflows/library_dafny_verification.yml
3232
with:
3333
dafny: ${{needs.getVerifyVersion.outputs.version}}
34-
daily-ci-java:
34+
daily-ci-test-vector-verification:
35+
needs: getVerifyVersion
36+
uses: ./.github/workflows/test_vector_verification.yml
37+
with:
38+
dafny: ${{needs.getVerifyVersion.outputs.version}}
39+
daily-ci-java-test-vectors:
3540
needs: getVersion
36-
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
37-
uses: ./.github/workflows/library_java_tests.yml
41+
uses: ./.github/workflows/ci_test_vector_java.yml
42+
with:
43+
dafny: ${{needs.getVersion.outputs.version}}
44+
daily-ci-java-examples:
45+
needs: getVersion
46+
uses: ./.github/workflows/ci_examples_java.yml
3847
with:
3948
dafny: ${{needs.getVersion.outputs.version}}
4049
daily-ci-net:
4150
needs: getVersion
42-
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
43-
uses: ./.github/workflows/library_net_tests.yml
51+
uses: ./.github/workflows/ci_test_net.yml
52+
with:
53+
dafny: ${{needs.getVersion.outputs.version}}
54+
daily-ci-net-test-vectors:
55+
needs: getVersion
56+
uses: ./.github/workflows/ci_test_vector_net.yml
57+
with:
58+
dafny: ${{needs.getVersion.outputs.version}}
59+
daily-ci-net-examples:
60+
needs: getVersion
61+
uses: ./.github/workflows/ci_examples_net.yml
4462
with:
4563
dafny: ${{needs.getVersion.outputs.version}}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /