forked from AkkomaGang/akkoma-fe
attempt 2
This commit is contained in:
parent
e0247e21f6
commit
75bc508fae
1 changed files with 5 additions and 2 deletions
|
@ -15,10 +15,13 @@ lint:
|
|||
- npm run lint
|
||||
|
||||
test:
|
||||
services:
|
||||
- firefox
|
||||
stage: test
|
||||
variables:
|
||||
APT_CACHE_DIR: apt-cache
|
||||
script:
|
||||
- mkdir -pv $APT_CACHE_DIR && apt-get -qq update
|
||||
- apt install firefox-esr -y --no-install-recommends
|
||||
- firefox --version
|
||||
- yarn
|
||||
- npm run unit
|
||||
|
||||
|
|
Loading…
Reference in a new issue