Skip to content

Commit

Permalink
ci(integration): reduce amount of test output to optimise
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Nov 23, 2021
1 parent 33f13d5 commit 15cae21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ jobs:

- name: run agoric-cli integration-test
working-directory: ./packages/agoric-cli
run: PATH="$PATH:$HOME/bin" AGORIC_INIT_OPTIONS='["--dapp-branch=${{steps.get-branch.outputs.result}}"]' yarn integration-test
# The "cut" here is to avoid hitting pessimal Actions output processing.
run: PATH="$PATH:$HOME/bin" yarn integration-test | cut -c 1-2048
env:
AGORIC_INIT_OPTIONS: '["--dapp-branch=${{steps.get-branch.outputs.result}}"]'

0 comments on commit 15cae21

Please sign in to comment.