From 012815c251996dd2358f33cbed409ec1c6420010 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 16 Nov 2021 12:54:53 +0100 Subject: [PATCH] chore(github): update ci --- .github/workflows/ci-dev.yml | 9 --------- .github/workflows/ci.yml | 9 --------- 2 files changed, 18 deletions(-) diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index 7aa93db4..149cc312 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -41,15 +41,6 @@ jobs: - name: Lint run: yarn lint - - name: Prepare - run: node ./node_modules/playwright/install.js - - - name: Test - run: yarn test - - - name: Coverage - uses: codecov/codecov-action@v2 - - name: Build run: yarn build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3410d71a..eb3e0e54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,15 +41,6 @@ jobs: - name: Lint run: yarn lint - - name: Prepare - run: node ./node_modules/playwright/install.js - - - name: Test - run: yarn test - - - name: Coverage - uses: codecov/codecov-action@v2 - - name: Build run: yarn build