From 481ed2b84a656f8edcba96b7020d4b224d2ce253 Mon Sep 17 00:00:00 2001 From: everoddandeven Date: Fri, 11 Oct 2024 01:01:29 +0200 Subject: [PATCH] Disable headless unit test for ubuntu.yml --- .github/workflows/ubuntu.yml | 10 ---------- src/tsconfig.app.json | 1 - src/tsconfig.spec.json | 3 +-- 3 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index c8bac1d..efa395f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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 diff --git a/src/tsconfig.app.json b/src/tsconfig.app.json index 59d760e..b978940 100644 --- a/src/tsconfig.app.json +++ b/src/tsconfig.app.json @@ -6,7 +6,6 @@ "types": [ "node", "jquery", - "bootstrap-table" ] }, "files": [ diff --git a/src/tsconfig.spec.json b/src/tsconfig.spec.json index 3472dcc..892fbef 100644 --- a/src/tsconfig.spec.json +++ b/src/tsconfig.spec.json @@ -6,8 +6,7 @@ "types": [ "jest", "node", - "jquery", - "bootstrap-table" + "jquery" ] }, "files": [