mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 11:39:25 +00:00
Disable headless unit test for ubuntu.yml
This commit is contained in:
parent
b5c072dae2
commit
481ed2b84a
3 changed files with 1 additions and 13 deletions
10
.github/workflows/ubuntu.yml
vendored
10
.github/workflows/ubuntu.yml
vendored
|
@ -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
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
"types": [
|
||||
"node",
|
||||
"jquery",
|
||||
"bootstrap-table"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
"types": [
|
||||
"jest",
|
||||
"node",
|
||||
"jquery",
|
||||
"bootstrap-table"
|
||||
"jquery"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Reference in a new issue