Skip to content

Commit

Permalink
Actualizando configuraciones de flujo de trabajo para tutoriales de O…
Browse files Browse the repository at this point in the history
…penVidu.
  • Loading branch information
IsmailJniah committed Apr 24, 2024
1 parent 70ba4c9 commit eb53729
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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,7 +47,7 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests/tutorialtests
working-directory: Tests/TutorialTests
run: |
npx playwright test openvidu-angular-web-tutorial.spec.js
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,7 +39,7 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests/tutorialtests
working-directory: Tests/TutorialTests
run: |
npx playwright test openvidu-getaroom-test.spec.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-hello-world-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests/tutorialtests
working-directory: Tests/TutorialTests
run: |
npx playwright test openvidu-hello-world-test.spec.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-iframe-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests/tutorialtests
working-directory: Tests/TutorialTests
run: |
npx playwright test tests/openvidu-iframe-tutorial.spec.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-js-screen-share-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests/tutorialtests
working-directory: Tests/TutorialTests
run: |
npx playwright test tests/openvidu-js-screen-share-tutorial.spec.js
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,7 +39,7 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests/tutorialtests
working-directory: Tests/TutorialTests
run: |
npx playwright test openvidu-js-web-tutorial.spec.js
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,7 +45,7 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests/tutorialtests
working-directory: Tests/TutorialTests
run: |
npx playwright test openvidu-react-web-tutorial.spec.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-recording-java-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests/tutorialtests
working-directory: Tests/TutorialTests
run: |
npx playwright test tests/openvidu-recording-java-tutorial.spec.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openvidu-recording-node-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests/tutorialtests
working-directory: Tests/TutorialTests
run: |
npx playwright test tests/openvidu-recording-node-tutorial.spec.js
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,7 +44,7 @@ jobs:
run: npm install @playwright/test

- name: Runing Test
working-directory: tests/tutorialtests
working-directory: Tests/TutorialTests
run: |
npx playwright test openvidu-vue-tutorial.spec.js
Expand Down

0 comments on commit eb53729

Please sign in to comment.