Skip to content

Commit ae86bfe

Browse files
Getting browser testing working in GitHub Actions
1 parent 7226585 commit ae86bfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
fail-fast: true
2525
matrix:
2626
os:
27-
- ubuntu-latest
27+
# - ubuntu-latest
2828
- macos-latest
29-
- windows-latest
29+
# - windows-latest
3030
node:
31-
- 10
31+
# - 10
3232
- 12
3333

3434
steps:

0 commit comments

Comments
 (0)