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 Nov 8, 2023
1 parent 8986b23 commit f233e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: openvidu-react
on:
workflow_dispatch: {}
push:

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -31,7 +32,7 @@ jobs:
working-directory: openvidu-react
run: |
npm install
npm start > results/logs/npm.log 2>&1 &
npm start > ../results/logs/npm.log 2>&1 &
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit f233e99

Please sign in to comment.