Disable headless unit test for ubuntu.yml

This commit is contained in:
everoddandeven 2024-10-11 01:01:29 +02:00
parent b5c072dae2
commit 481ed2b84a
3 changed files with 1 additions and 13 deletions

View file

@ -56,15 +56,5 @@ jobs:
- name: Check lint
run: npm run lint
- name: Run headless unit test
uses: GabrielBB/xvfb-action@v1
with:
run: npm run test
- name: Run headless e2e test
uses: GabrielBB/xvfb-action@v1
with:
run: npm run e2e
- name: Build the app
run: npm run electron:build

View file

@ -6,7 +6,6 @@
"types": [
"node",
"jquery",
"bootstrap-table"
]
},
"files": [

View file

@ -6,8 +6,7 @@
"types": [
"jest",
"node",
"jquery",
"bootstrap-table"
"jquery"
]
},
"files": [