Skip to content

Commit

Permalink
update ci commands for new CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Sep 7, 2024
1 parent e37e779 commit 0758fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cadence_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Flow CLI
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
- name: Flow CLI Version
run: flow-c1 version
run: flow version
- name: Update PATH
run: echo "/root/.local/bin" >> $GITHUB_PATH
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion local/run_cadence_tests.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flow-c1 test --cover --covercode="contracts" --coverprofile="coverage.lcov" cadence/tests/*_tests.cdc
flow test --cover --covercode="contracts" --coverprofile="coverage.lcov" cadence/tests/*_tests.cdc

0 comments on commit 0758fcb

Please sign in to comment.