diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 2b7e49c..957eb53 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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