Skip to content

Commit

Permalink
pin flow-cli version in integration-tests GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Aug 11, 2023
1 parent 0b8d58f commit a3d17d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ 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.3.4
- name: Run tests
run: sh ./test.sh
- name: Normalize coverage report filepaths
Expand Down

0 comments on commit a3d17d1

Please sign in to comment.