attempt 2
This commit is contained in:
parent
e0247e21f6
commit
75bc508fae
@ -15,10 +15,13 @@ lint:
|
|||||||
- npm run lint
|
- npm run lint
|
||||||
|
|
||||||
test:
|
test:
|
||||||
services:
|
|
||||||
- firefox
|
|
||||||
stage: test
|
stage: test
|
||||||
|
variables:
|
||||||
|
APT_CACHE_DIR: apt-cache
|
||||||
script:
|
script:
|
||||||
|
- mkdir -pv $APT_CACHE_DIR && apt-get -qq update
|
||||||
|
- apt install firefox-esr -y --no-install-recommends
|
||||||
|
- firefox --version
|
||||||
- yarn
|
- yarn
|
||||||
- npm run unit
|
- npm run unit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user