Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Apr 23, 2024
1 parent f8ca47d commit dee10cc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openvidu-angular-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Runing Test
working-directory: tests
run: |
sleep 5
npx playwright test openvidu-angular-web-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/openvidu-getaroom-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Runing Test
working-directory: tests
run: |
sleep 5
npx playwright test openvidu-getaroom-test.spec.js
- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/openvidu-hello-world-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Runing Test
working-directory: tests
run: |
sleep 5
npx playwright test openvidu-hello-world-test.spec.js
- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/openvidu-iframe-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Runing Test
working-directory: tests
run: |
sleep 5
npx playwright test tests/openvidu-iframe-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/openvidu-js-screen-share-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Runing Test
working-directory: tests
run: |
sleep 5
npx playwright test tests/openvidu-js-screen-share-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/openvidu-js-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Runing Test
working-directory: tests
run: |
sleep 5
npx playwright test openvidu-js-web-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Runing Test
working-directory: tests
run: |
sleep 5
npx playwright test openvidu-react-web-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/openvidu-recording-java-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Runing Test
working-directory: tests
run: |
sleep 5
npx playwright test tests/openvidu-recording-java-tutorial.spec.js
- name: Copy recordings
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/openvidu-recording-node-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Runing Test
working-directory: tests
run: |
sleep 5
npx playwright test tests/openvidu-recording-node-tutorial.spec.js
- name: Copy recordings
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/openvidu-vue-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Runing Test
working-directory: tests
run: |
sleep 5
npx playwright test openvidu-vue-tutorial.spec.js
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit dee10cc

Please sign in to comment.