Skip to content

Commit 70e9dc5

Browse files
committed
chore: get rid of sauce
1 parent 1edc8a3 commit 70e9dc5

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
fail-fast: true
6565
matrix:
6666
os:
67-
- ubuntu-latest # Chrome, Firefox, Safari (via SauceLabs), Edge (via SauceLabs)
67+
- ubuntu-latest # Chrome, Firefox
6868
- windows-latest # Internet Explorer
6969

7070
steps:
@@ -79,12 +79,6 @@ jobs:
7979
- name: Install dependencies
8080
run: npm ci
8181

82-
- name: Run tests
83-
run: npm run coverage:browser
84-
env:
85-
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
86-
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
87-
8882
- name: Combine code coverage data into a single file
8983
shell: bash
9084
run: |

karma.conf.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ module.exports = karmaConfig({
1313
browsers: {
1414
chrome: host.ci ? host.os.linux : true,
1515
firefox: host.ci ? host.os.linux : true,
16-
safari: host.ci ? host.os.linux : host.os.mac, // SauceLabs in CI
17-
edge: host.ci ? host.os.linux : host.os.windows, // SauceLabs in CI
1816
ie: host.ci ? host.os.windows : false, // IE needs to run by itself, due to Babel transforms
1917
},
2018
});

0 commit comments

Comments
 (0)