Skip to content

Commit

Permalink
Don't continue on error during E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseParsons authored Oct 2, 2024
1 parent 30572dd commit 8b86134
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/e2e-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
--format @microsoft/eslint-formatter-sarif
--output-file eslint-result-${{ matrix.os }}-${{github.run_id}}.sarif
working-directory: ${{env.TEST_RUN_DIR}}
continue-on-error: true

- name: Upload ESLint results as artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8b86134

Please sign in to comment.