Skip to content

Commit 79ab469

Browse files
authored
Update jest_cypress.yml
Signed-off-by: Gregory Roussac <gRoussac@users.noreply.github.com>
1 parent 64844b5 commit 79ab469

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/jest_cypress.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: Unit and E2E Tests workflow
1+
# name: Unit and E2E Tests workflow
22

3-
on: [push, pull_request]
3+
# on: [push, pull_request]
44

5-
jobs:
6-
build:
7-
runs-on: ubuntu-latest
8-
name: Jest and Cypress tests
9-
defaults:
10-
run:
11-
working-directory: ./www
12-
steps:
13-
- uses: actions/checkout@v2
14-
- name: 🏗 Install modules
15-
run: npm install
16-
- name: 💻 Run tests and collect coverage
17-
run: npm run test && npm run e2e
18-
- name: ✅ Upload coverage reports to Codecov with GitHub Action
19-
uses: codecov/codecov-action@v3
5+
# jobs:
6+
# build:
7+
# runs-on: ubuntu-latest
8+
# name: Jest and Cypress tests
9+
# defaults:
10+
# run:
11+
# working-directory: ./www
12+
# steps:
13+
# - uses: actions/checkout@v2
14+
# - name: 🏗 Install modules
15+
# run: npm install
16+
# - name: 💻 Run tests and collect coverage
17+
# run: npm run test && npm run e2e
18+
# - name: ✅ Upload coverage reports to Codecov with GitHub Action
19+
# uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)