Skip to content

Commit

Permalink
Update openvidu-react-tutorial.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah authored Sep 21, 2023
1 parent 8997b7d commit f2aa422
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,11 @@ jobs:
- name: Runin Test
run: |
cd tests
npx playwright test openvidu-hello-world-test.spec.js
npx playwright test openvidu-react-web-tutorial.spec.js
- uses: actions/upload-artifact@v3
if: always()
with:
name: tests
path: /home/runner/work/openvidu-tutorials-tests-playwright/openvidu-tutorials-tests-playwright/tests
retention-days: 30

0 comments on commit f2aa422

Please sign in to comment.