Skip to content

Commit

Permalink
rollback CLI version in integration tests due to onflow/cadence#3491
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Jul 25, 2024
1 parent 9982d41 commit dced96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
with:
go-version: 1.18
- name: Install Flow CLI
run: bash -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
run: bash -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v1.21.0-cadence-v1.0.0-preview.27
- name: Run tests
run: sh ./test.sh
run: flow test --cover --covercode="contracts" --coverprofile="coverage.lcov" test/*_tests.cdc
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit dced96e

Please sign in to comment.