Skip to content

Commit

Permalink
Merge pull request #3573 from onflow/bastian/fix-ci
Browse files Browse the repository at this point in the history
Fix CI: Flow CLI is 1.0 now
  • Loading branch information
SupunS authored Sep 4, 2024
2 parents 1661364 + b4b599e commit 49519c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: make ci

- name: Cadence Testing Framework
run: cd runtime/stdlib/contracts && flow-c1 test --cover --covercode="contracts" crypto_test.cdc
run: cd runtime/stdlib/contracts && flow test --cover --covercode="contracts" crypto_test.cdc

- name: Upload coverage report
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 49519c2

Please sign in to comment.