Skip to content

Commit 08e8577

Browse files
Getting browser testing working in GitHub Actions
1 parent 8c28c49 commit 08e8577

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
os:
27-
# - ubuntu-latest
28-
- macos-latest
27+
- ubuntu-latest
28+
# - macos-latest
2929
# - windows-latest
3030
node:
3131
# - 10
@@ -54,6 +54,9 @@ jobs:
5454

5555
- name: Run browser tests
5656
run: npm run coverage:browser
57+
env:
58+
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
59+
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
5760

5861
- name: Combine code coverage data into a single file
5962
run: |

0 commit comments

Comments
 (0)