add custom.css before testing

This commit is contained in:
Karsten Hassel 2021-09-28 21:38:30 +02:00
parent abcee8aa56
commit 8224a6ac35

View File

@ -20,6 +20,7 @@ jobs:
Xvfb :99 -screen 0 1024x768x16 & Xvfb :99 -screen 0 1024x768x16 &
export DISPLAY=:99 export DISPLAY=:99
npm ci npm ci
touch css/custom.css
npm run test:coverage npm run test:coverage
- name: Upload coverage results to codecov - name: Upload coverage results to codecov
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v1