Skip to content

Commit 6901a75

Browse files
authored
Merge pull request #3 from jsanzdev/TestingLab/Fixing-CI
Fixing tests!
2 parents c260e91 + 596aa41 commit 6901a75

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/testing-lab.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: '18'
24+
node-version: '22'
2525
cache: 'npm'
2626
cache-dependency-path: './5 - Testing/Ejercicios/Testing-Lab/package-lock.json'
2727

@@ -31,8 +31,5 @@ jobs:
3131
- name: Run tests
3232
run: npm test
3333

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
34+
- name: Run E2E tests
35+
run: npm run e2e

0 commit comments

Comments
 (0)