Skip to content

Commit

Permalink
only workflows with error
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah committed Nov 9, 2023
1 parent 997b015 commit 39ca124
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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 @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 14
node-version: '18.13'

- name: Install Angular CLI
run: npm install -g @angular/cli
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 @@ -2,7 +2,7 @@ name: openvidu-getaroom-tutorial-test

on:
workflow_dispatch: {}
push:


jobs:
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 @@ -2,7 +2,7 @@ name: openvidu-Hello-World-tutorial-test

on:
workflow_dispatch: {}
push:



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 @@ -2,7 +2,7 @@ name: openvidu-iframe-tutorial

on:
workflow_dispatch: {}
push:

jobs:
build:
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 @@ -2,7 +2,7 @@ name: openvidu-js-screen-share-tutorial

on:
workflow_dispatch: {}
push:


jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openvidu-js-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: openvidu-js-tutorial-test

on:
workflow_dispatch: {}
push:


jobs:
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Install Playwright Browsers
run: npx playwright install

- name: Install playwright-test
run: npm install @playwright/test

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 @@ -2,7 +2,7 @@ name: openvidu-recording-java-tutorial

on:
workflow_dispatch: {}
push:


jobs:
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 @@ -2,7 +2,7 @@ name: openvidu-recording-node-tutorial

on:
workflow_dispatch: {}
push:

jobs:
build:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Install Playwright Browsers
run: npx playwright install

- name: Install playwright-test
run: npm install @playwright/test

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/openvidu-vue-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: openvidu-vue-tutorial

on:
workflow_dispatch: {}
push:


jobs:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Install Playwright Browsers
run: npx playwright install

- name: Install playwright-test
run: npm install @playwright/test

Expand Down

0 comments on commit 39ca124

Please sign in to comment.