diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index dddf275..be6aa19 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -54,12 +54,3 @@ jobs: - name: Build the app run: npm run electron:build - - name: Run headless unit test - uses: GabrielBB/xvfb-action@v1 - with: - run: npm test - - - name: Run headless unit test - uses: GabrielBB/xvfb-action@v1 - with: - run: npm run e2e