Skip to content

Commit

Permalink
Lock bruno/cli verison
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Jul 4, 2024
1 parent a9ebc57 commit d182353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
fi
done
(cd ./tests/bruno; npm exec -- @usebruno/cli run e2e/${{ matrix.workflow }} -r --env ${{ matrix.test_env }} ${{ matrix.extra_bru_args }} ) &
(cd ./tests/bruno; npm exec -- @usebruno/cli@1.19.0 run e2e/${{ matrix.workflow }} -r --env ${{ matrix.test_env }} ${{ matrix.extra_bru_args }} ) &
# -n means we will exit when any of the background processes exits.
# https://www.gnu.org/software/bash/manual/bash.html#index-wait
Expand Down

0 comments on commit d182353

Please sign in to comment.