Skip to content

Commit

Permalink
fix: use brownie -r to allow sentry errors to raise
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x authored Dec 31, 2023
1 parent bae74a8 commit 37c7c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
YPRICEAPI_PASS: ${{ secrets.YPRICEAPI_PASS }}
BE: ${{ inputs.be }}
run: |
python3 -m multisig_ci brownie run ${{ inputs.file }} ${{ inputs.fn }} --network ${{ inputs.network }}-main-fork 1>output.txt 2>error.txt || EXIT_CODE=$?
python3 -m multisig_ci brownie run -r ${{ inputs.file }} ${{ inputs.fn }} --network ${{ inputs.network }}-main-fork 1>output.txt 2>error.txt || EXIT_CODE=$?
echo "brownie-exit-code=$EXIT_CODE" >> $GITHUB_OUTPUT
echo "::group:: Output"
cat output.txt
Expand Down

0 comments on commit 37c7c51

Please sign in to comment.