Skip to content

Commit 25269ea

Browse files
fix job dependency name in openzeppelin workflow
1 parent 7a885ee commit 25269ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-with-openzeppelin-stellar-contracts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
dirs: ${{ steps.dirs.outputs.dirs }}
3232

3333
test-crate:
34-
needs: collect-crate
34+
needs: collect-crates
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
working-directory: ${{ fromJSON(needs.collect-crate.outputs.dirs) }}
38+
working-directory: ${{ fromJSON(needs.collect-crates.outputs.dirs) }}
3939
defaults:
4040
run:
4141
working-directory: stellar-contracts/${{ matrix.working-directory }}

0 commit comments

Comments
 (0)