Skip to content

Commit

Permalink
Update test-integration-jwt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas63 authored Nov 25, 2023
1 parent 2df4567 commit 49df3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-jwt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
applications:
name: ${{ matrix.app-type }}
runs-on: ${{ matrix.os }}
continue-on-error: true
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
timeout-minutes: 40
defaults:
Expand Down Expand Up @@ -109,6 +108,7 @@ jobs:
- name: 'RUN E2E TESTS of generated app'
run: ../jhipster-dotnetcore/test-integration/scripts/07-tests-e2e.sh $JHI_APP $JHI_ARG
id: e2e
continue-on-error: true
- name: 'RUN SONAR ANALYZE on generated app'
run: ../jhipster-dotnetcore/test-integration/scripts/08-run-sonar-analyze.sh $JHI_APP
env:
Expand Down

0 comments on commit 49df3f2

Please sign in to comment.