Skip to content

Commit

Permalink
Use latest flow-cli version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Peter committed Feb 28, 2024
1 parent 46eac23 commit 5b41801
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 @@ -20,7 +20,7 @@ jobs:
with:
go-version: 1.20
- name: Install Flow CLI
run: bash -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.12.0-cadence-v1.0.0-M4-2
run: bash -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.12.0-cadence-v1.0.0-M8
- name: Run tests
run: flow test --cover --covercode="contracts" --coverprofile="coverage.lcov" tests/test_*.cdc
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 5b41801

Please sign in to comment.