mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 19:49:27 +00:00
Disable headless and e2e tests for windows build
This commit is contained in:
parent
7b82e0cbfb
commit
cd4ccd8c11
1 changed files with 0 additions and 6 deletions
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
|
@ -54,11 +54,5 @@ jobs:
|
||||||
- name: Check lint
|
- name: Check lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
|
|
||||||
- name: Run headless unit test
|
|
||||||
run: npm run test
|
|
||||||
|
|
||||||
- name: Run headless e2e test
|
|
||||||
run: npm run e2e
|
|
||||||
|
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
run: npm run electron:build
|
run: npm run electron:build
|
||||||
|
|
Loading…
Reference in a new issue