Skip to content

Commit

Permalink
Enabling printLogAfterTest=on-failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen committed Dec 14, 2023
1 parent 2b4a1ff commit bac1f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-realm-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ jobs:

- name: Create Mocha Remote Context
id: mocha-env
run: echo "context=longTimeout=${{ env.LONG_TIMEOUT }},realmBaseUrl=${{ steps.baas-config.outputs.url }}" >> $GITHUB_OUTPUT
run: echo "context=printLogAfterTest=on-failure,longTimeout=${{ env.LONG_TIMEOUT }},realmBaseUrl=${{ steps.baas-config.outputs.url }}" >> $GITHUB_OUTPUT

- name: Wait for the server to start
run: npx wait-on ${{ steps.baas-config.outputs.url }}
Expand Down

0 comments on commit bac1f30

Please sign in to comment.