From 2b819d7eaf298172d95dbf7c60ec734d905f92e1 Mon Sep 17 00:00:00 2001 From: Maxime GRIS Date: Sat, 19 Jun 2021 17:23:53 +0200 Subject: [PATCH] ci/ workflow ubuntu without test --- .github/workflows/ubuntu.yml | 9 --------- 1 file changed, 9 deletions(-) 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