mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-01-03 17:39:49 +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
|
- name: Check lint
|
||||||
run: npm run 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
|
- name: Build the app
|
||||||
run: npm run electron:build
|
run: npm run electron:build
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
"types": [
|
"types": [
|
||||||
"node",
|
"node",
|
||||||
"jquery",
|
"jquery",
|
||||||
"bootstrap-table"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|
|
@ -6,8 +6,7 @@
|
||||||
"types": [
|
"types": [
|
||||||
"jest",
|
"jest",
|
||||||
"node",
|
"node",
|
||||||
"jquery",
|
"jquery"
|
||||||
"bootstrap-table"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|
Loading…
Reference in a new issue