forked from Ivasoft/geovisio-website
wip
This commit is contained in:
@@ -21,9 +21,6 @@ install:
|
||||
image: node:18.13.0
|
||||
script:
|
||||
- yarn install
|
||||
- ls
|
||||
- ls node_modules
|
||||
- ls node_modules/.bin
|
||||
|
||||
test:unit:
|
||||
stage: Test
|
||||
@@ -36,11 +33,8 @@ test:e2e:
|
||||
stage: Test
|
||||
image: node:18.13.0
|
||||
script:
|
||||
- yarn install
|
||||
- ls
|
||||
- ls node_modules
|
||||
- ls node_modules/.bin
|
||||
- ./node_modules/cypress install
|
||||
- ls node_modules/.bin/cypress
|
||||
- ./node_modules/.bin/cypress install
|
||||
- yarn runHeadless
|
||||
coverage: /All files[^|]*\|[^|]*\s+([\d\.]+)/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user