Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix workflow dependencies
Browse files Browse the repository at this point in the history
DamianReeves committed Oct 4, 2024
1 parent 5698d33 commit a75297b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
@@ -345,7 +345,7 @@ jobs:

ci:
runs-on: ubuntu-latest
needs: [lint, test-jvm, test-js, test-native]
needs: [compile-and-lint, test-jvm, test-js, test-native]
steps:
- name: Aggregate of lint, and all tests
run: echo "ci passed"

0 comments on commit a75297b

Please sign in to comment.