Skip to content

Commit

Permalink
attempt2: ensure e2e will fail if exit code not 0
Browse files Browse the repository at this point in the history
  • Loading branch information
franklevasseur committed Feb 21, 2022
1 parent 4d362c6 commit c0c1af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run Tests on File System
run: |
test_and_cleanup() {
yarn e2e --nlu-endpoint http://localhost:3201
yarn e2e --nlu-endpoint http://localhost:3200
kill -9 $1
}
Expand All @@ -73,7 +73,7 @@ jobs:
- name: Run Tests on Database
run: |
test_and_cleanup() {
yarn e2e --nlu-endpoint http://localhost:3201
yarn e2e --nlu-endpoint http://localhost:3200
kill -9 $1
}
Expand Down

0 comments on commit c0c1af4

Please sign in to comment.