このコミットが含まれているのは:
Henry Jameson 2019-04-28 20:14:35 +03:00
コミット 75bc508fae
1個のファイルの変更5行の追加2行の削除

ファイルの表示

@ -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