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

Commit

Permalink
fix: remove yarn and add webworker
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Dec 13, 2018
1 parent 94d6e87 commit cb1da9d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
DOCKER_DRIVER: overlay2

before_script:
- yarn
- npm i

check:
stage: check
Expand All @@ -31,16 +31,6 @@ linux-node-10:
paths:
- .nyc_output/

linux-node-11:
allow_failure: true
image: node:11
stage: test
script:
- npx nyc -s npm run test:node -- --bail
artifacts:
paths:
- .nyc_output/

macos-node-10:
stage: test
script:
Expand All @@ -66,6 +56,7 @@ test-browser-chrome:
stage: test
script:
- AEGIR_BROWSERS=ChromeDocker npm run test:browser
- AEGIR_BROWSERS=ChromeDocker npm run test:webworker
artifacts:
paths:
- coverage/
Expand All @@ -76,6 +67,7 @@ test-browser-firefox:
stage: test
script:
- AEGIR_BROWSERS=FirefoxHeadless npm run test:browser
- AEGIR_BROWSERS=FirefoxHeadless npm run test:webworker
artifacts:
paths:
- coverage/
Expand Down

0 comments on commit cb1da9d

Please sign in to comment.