Skip to content

Commit

Permalink
Disable headless unit test for ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Oct 10, 2024
1 parent b5c072d commit 481ed2b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion src/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"types": [
"node",
"jquery",
"bootstrap-table"
]
},
"files": [
Expand Down
3 changes: 1 addition & 2 deletions src/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"types": [
"jest",
"node",
"jquery",
"bootstrap-table"
"jquery"
]
},
"files": [
Expand Down

0 comments on commit 481ed2b

Please sign in to comment.