Skip to content

Commit

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

0 comments on commit 04c09c2

Please sign in to comment.