Skip to content

Commit

Permalink
Update jest_cypress.yml (#69) (#70)
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory Roussac <gRoussac@users.noreply.github.com>
  • Loading branch information
gRoussac authored Oct 30, 2024
1 parent e053139 commit e8ef7bb
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/jest_cypress.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e8ef7bb

Please sign in to comment.