Skip to content

Commit

Permalink
for real CI is now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhir committed Jun 12, 2020
1 parent 236c4b2 commit bdb0712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
accessKey: ${{secrets.sauce_key}}
tunnelIdentifier: sc-wpt-tunnel
- name: Run Tests
run: npm run test:setup:ci ${{secrets.sauce_name}} ${{secrets.sauce_key}}
run: npm run test:sauce:setup-ci
env:
SAUCE_NAME: ${{secrets.sauce_name}}
SAUCE_KEY: ${{secrets.accessKey}}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"deploy": "npm run build && ./deploy.sh && gh-pages build",
"serve:wpt": "sirv start test/wpt/ --port 8081 --quite",
"serve:demo": "sirv start demo",
"test:sauce:run-local": "./test/setup/wpt-repo.sh && ./test/setup/start-tunnel.sh",
"test:sauce:setup-local": "./test/setup/wpt-repo.sh && ./test/setup/start-tunnel.sh",
"test:sauce:setup-ci": "./test/setup/wpt-repo.sh && npm run test:sauce:run",
"test:sauce:run": "TEST_ENV=sauce node test/webdriver/index.js",
"test:webdriver:local": "./test/setup/wpt-repo.sh && TEST_ENV=local node test/webdriver/index.js"
},
Expand Down

0 comments on commit bdb0712

Please sign in to comment.