We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c12dfd9 commit 61bff04Copy full SHA for 61bff04
1 file changed
.gitlab-ci.yml
@@ -31,18 +31,6 @@ lint:
31
script:
32
- npm run lint
33
34
-test:
35
- stage: test
36
- image: node:${NODE_VERSION}
37
- before_script:
38
- - cd ${WORKDIR}
39
- - apt-get update
40
- - apt-get install -y chromium
41
- - export CHROME_BIN=/usr/bin/chromium
42
- - npm ci
43
- script:
44
- - npm run test:headless
45
-
46
build:
47
stage: build
48
extends: .install_base
0 commit comments