Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit cb1da9d

Browse files
committed
fix: remove yarn and add webworker
1 parent 94d6e87 commit cb1da9d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
DOCKER_DRIVER: overlay2
99

1010
before_script:
11-
- yarn
11+
- npm i
1212

1313
check:
1414
stage: check
@@ -31,16 +31,6 @@ linux-node-10:
3131
paths:
3232
- .nyc_output/
3333

34-
linux-node-11:
35-
allow_failure: true
36-
image: node:11
37-
stage: test
38-
script:
39-
- npx nyc -s npm run test:node -- --bail
40-
artifacts:
41-
paths:
42-
- .nyc_output/
43-
4434
macos-node-10:
4535
stage: test
4636
script:
@@ -66,6 +56,7 @@ test-browser-chrome:
6656
stage: test
6757
script:
6858
- AEGIR_BROWSERS=ChromeDocker npm run test:browser
59+
- AEGIR_BROWSERS=ChromeDocker npm run test:webworker
6960
artifacts:
7061
paths:
7162
- coverage/
@@ -76,6 +67,7 @@ test-browser-firefox:
7667
stage: test
7768
script:
7869
- AEGIR_BROWSERS=FirefoxHeadless npm run test:browser
70+
- AEGIR_BROWSERS=FirefoxHeadless npm run test:webworker
7971
artifacts:
8072
paths:
8173
- coverage/

0 commit comments

Comments
 (0)