Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 23, 2024
1 parent dffb86b commit 5e28148
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-angular-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests
run: |
cd tests
npx playwright test openvidu-angular-web-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-getaroom-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests
run: |
cd tests
npx playwright test openvidu-getaroom-test.spec.js
- uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openvidu-iframe-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
run: |
cd tests
working-directory: tests
run: |
npx playwright test tests/openvidu-iframe-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openvidu-js-screen-share-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
run: |
cd tests
working-directory: tests
run: |
npx playwright test tests/openvidu-js-screen-share-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-js-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests
run: |
cd tests
npx playwright test openvidu-js-web-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests
run: |
cd tests
npx playwright test openvidu-react-web-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openvidu-recording-node-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
run: |
cd tests
working-directory: tests
run: |
npx playwright test tests/openvidu-recording-node-tutorial.spec.js
- name: Copy recordings
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-vue-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests
run: |
cd tests
npx playwright test openvidu-vue-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5e28148

Please sign in to comment.