Skip to content

Commit

Permalink
Testing a few things
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Feb 8, 2024
1 parent 857b083 commit 529c282
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
start: npm run serve
wait-on: http://localhost:8080/
config-file: cypress.config.js
spec: "tests/e2e/**/*"
spec: "tests/e2e/*"
record: true
parallel: true
browser: chrome
Expand All @@ -66,6 +66,8 @@ jobs:
name: cypress-videos
path: tests/e2e/videos

- name: Folder
run: ls -l ./
- name: Archive code coverage
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 529c282

Please sign in to comment.