Skip to content

Commit

Permalink
MAN-227 - update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 19, 2024
1 parent c64f94b commit f1c8a2c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/node_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ jobs:
id: integration-tests
shell: bash
run: |
nohup java -jar wiremock.jar --port 9091 &
npm run start-feature &
sleep 5
npm run int-test
npm run start-feature
# continue-on-error: true
# replacing the above with if: always()
# - name: upload results
Expand Down

0 comments on commit f1c8a2c

Please sign in to comment.