File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
- name : Unit and E2E Tests workflow
1
+ # name: Unit and E2E Tests workflow
2
2
3
- on : [push, pull_request]
3
+ # on: [push, pull_request]
4
4
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
You can’t perform that action at this time.
0 commit comments