Skip to content

Commit b7a91c9

Browse files
authored
fix: ...the nightly build. Again. (#1297)
At some point .github/actions/polymorph_codegen composite action broke because of changes in reusable workflows. This doesn't fix all errors in the nightly build but lets it get much further: https://github.com/aws/aws-database-encryption-sdk-dynamodb/actions/runs/10478916837/job/29023359021
1 parent c6ce809 commit b7a91c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/library_dafny_verification.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
# Don't run the nightly build on forks
2929
if: github.event_name != 'schedule' || github.repository_owner == 'aws'
3030
strategy:
31+
fail-fast: false
3132
matrix:
3233
# Break up verification between namespaces over multiple
3334
# actions to take advantage of parallelization
@@ -82,7 +83,7 @@ jobs:
8283
uses: ./.github/actions/polymorph_codegen
8384
with:
8485
dafny: ${{ env.DAFNY_VERSION }}
85-
library: ${{ matrix.library }}
86+
library: DynamoDbEncryption
8687
diff-generated-code: false
8788

8889
- name: Verify ${{ matrix.library }} Dafny code

0 commit comments

Comments
 (0)