Skip to content

Commit c4b7421

Browse files
committed
don't use saucelabs in CI to be able to correctly run CI for PRs
1 parent 6136d4b commit c4b7421

File tree

6 files changed

+226
-3244
lines changed

6 files changed

+226
-3244
lines changed

.github/workflows/continuous-integration.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Continuous Integration
22

3-
on: [pull_request_target]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
6-
test-saucelabs:
6+
test-browser:
77
name: Browser tests
88
runs-on: ubuntu-latest
99
steps:
@@ -19,10 +19,7 @@ jobs:
1919
- name: Build
2020
run: npm run build
2121
- name: Run tests
22-
run: npm run test-saucelabs
23-
env:
24-
SAUCE_USERNAME: jspdf
25-
SAUCE_ACCESS_KEY: ${{secrets.SAUCE_ACCESS_KEY}}
22+
run: npm run test-ci
2623

2724
test-node:
2825
runs-on: ubuntu-latest

bower.json

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"karma-jasmine": "3.3.1",
5555
"karma-jasmine-matchers": "4.0.2",
5656
"karma-mocha-reporter": "2.2.5",
57-
"karma-sauce-launcher": "4.1.5",
5857
"karma-typescript": "^5.0.3",
5958
"karma-verbose-reporter": "0.0.6",
6059
"local-web-server": "2.6.1",

0 commit comments

Comments
 (0)