Skip to content

Commit

Permalink
chore(pipeline): Do not run e2e tests with debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Apr 7, 2021
1 parent d1052df commit 5d947de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Test unit
run: npm run test:unit
- name: Test E2E
run: npm run test:e2e:debug
run: npm run test:e2e:ci
id: test-e2e
- name: Upload test results
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 5d947de

Please sign in to comment.