We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c260e91 + 596aa41 commit 6901a75Copy full SHA for 6901a75
1 file changed
.github/workflows/testing-lab.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Node.js
22
uses: actions/setup-node@v4
23
with:
24
- node-version: '18'
+ node-version: '22'
25
cache: 'npm'
26
cache-dependency-path: './5 - Testing/Ejercicios/Testing-Lab/package-lock.json'
27
@@ -31,8 +31,5 @@ jobs:
31
- name: Run tests
32
run: npm test
33
34
- - name: Upload coverage reports to Codecov
35
- uses: codecov/codecov-action@v3
36
- with:
37
- directory: ./5 - Testing/Ejercicios/Testing-Lab/coverage
38
- flags: unittests
+ - name: Run E2E tests
+ run: npm run e2e
0 commit comments