Skip to content
Snippets Groups Projects
Commit 75bc508f authored by HJ's avatar HJ :fire:
Browse files

attempt 2

parent e0247e21
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment