From e8ef7bbf802605f5543e8a6a7d73529203d737bc Mon Sep 17 00:00:00 2001 From: Gregory Roussac Date: Wed, 30 Oct 2024 13:58:56 +0100 Subject: [PATCH] Update jest_cypress.yml (#69) (#70) Signed-off-by: Gregory Roussac --- .github/workflows/jest_cypress.yml | 34 +++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/jest_cypress.yml b/.github/workflows/jest_cypress.yml index a4d8a1d..f9eefeb 100644 --- a/.github/workflows/jest_cypress.yml +++ b/.github/workflows/jest_cypress.yml @@ -1,19 +1,19 @@ -name: Unit and E2E Tests workflow +# name: Unit and E2E Tests workflow -on: [push, pull_request] +# on: [push, pull_request] -jobs: - build: - runs-on: ubuntu-latest - name: Jest and Cypress tests - defaults: - run: - working-directory: ./www - steps: - - uses: actions/checkout@v2 - - name: 🏗 Install modules - run: npm install - - name: 💻 Run tests and collect coverage - run: npm run test && npm run e2e - - name: ✅ Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@v3 +# jobs: +# build: +# runs-on: ubuntu-latest +# name: Jest and Cypress tests +# defaults: +# run: +# working-directory: ./www +# steps: +# - uses: actions/checkout@v2 +# - name: 🏗 Install modules +# run: npm install +# - name: 💻 Run tests and collect coverage +# run: npm run test && npm run e2e +# - name: ✅ Upload coverage reports to Codecov with GitHub Action +# uses: codecov/codecov-action@v3