Skip to content
Snippets Groups Projects
Commit a149fa59 authored by Alexander Rose's avatar Alexander Rose
Browse files

gh action

parent bb3dde58
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,8 @@ jobs:
with:
node-version: 14
- run: yarn install
- run: sudo apt-get install xvfb
- name: ESLint
run: npm run lint
- name: Jest
run: npm run jest
run: xvfb-run --auto-servernum npm run jest
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