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": [