diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5ee4cec4cfcf..5ebeff1ac3bf 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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 -b 1-2048 + env: + AGORIC_INIT_OPTIONS: '["--dapp-branch=${{steps.get-branch.outputs.result}}"]'