Skip to content

Commit

Permalink
test: include e2e in global test script command
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Oct 27, 2021
1 parent 9fa9049 commit dfd59ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- name: Run test target
env:
ORSKEY: ${{ secrets.ORSKEY }}
uses: amoncaldas/github-action-webapp-front-end-test@v1.1
uses: amoncaldas/github-action-webapp-front-end-test@v1.3
with:
target: 'test'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"release": "standard-version",
"start": "npm run dev",
"test:e2e": "node tests/e2e/runner.js",
"test": "cross-env BABEL_ENV=test karma start tests/karma.conf.js",
"test": "npm run test:e2e && cross-env BABEL_ENV=test karma start tests/karma.conf.js",
"test:debug": "cross-env BABEL_ENV=test karma start tests/karma.debug.conf.js"
},
"dependencies": {
Expand Down

0 comments on commit dfd59ff

Please sign in to comment.