Skip to content

Commit

Permalink
run in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Nov 25, 2024
1 parent e468b36 commit 8f234d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
VENOM_VAR_email: ${{ secrets.E2E_AZURE_SA_EMAIL }}
VENOM_VAR_token: ${{ secrets.E2E_AZURE_SA_TOKEN }}
VENOM_VAR_pluralHome: ${{ env.HOME }}/.plural
run: venom run -v --output-dir ${{ env.E2E_TESTOUT_PATH }} --stop-on-failure test/plural
run: venom run -vv --output-dir ${{ env.E2E_TESTOUT_PATH }} --stop-on-failure test/plural
- name: Upload test log
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8f234d1

Please sign in to comment.