Disable headless and e2e tests for windows build

This commit is contained in:
everoddandeven 2024-10-12 15:00:21 +02:00
parent 7b82e0cbfb
commit cd4ccd8c11

View file

@ -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