forked from codeurjc-students/openvidu-tutorials-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d58b12e
commit 995fa9b
Showing
10 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
working-directory: openvidu-basic-node | ||
run: | | ||
npm install | ||
node index.js > ../results/logs/server_aplication.log 2>&1 & | ||
node index.js > ../results/logs/server_application.log 2>&1 & | ||
- name: Setup Node.js | ||
uses: actions/[email protected] | ||
|
@@ -35,7 +35,7 @@ jobs: | |
working-directory: openvidu-angular | ||
run: | | ||
npm install | ||
ng serve > ../results/logs/client_aplication.log 2>&1 & | ||
ng serve > ../results/logs/client_application.log 2>&1 & | ||
- name: Install dependencies | ||
run: npm ci | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
working-directory: openvidu-basic-node | ||
run: | | ||
npm install | ||
node index.js > ../results/logs/server_aplication.log 2>&1 & | ||
node index.js > ../results/logs/server_application.log 2>&1 & | ||
- name: set up Node.js | ||
uses: actions/[email protected] | ||
|
@@ -33,7 +33,7 @@ jobs: | |
working-directory: openvidu-react | ||
run: | | ||
npm install | ||
npm start > ../results/logs/client_aplication.log 2>&1 & | ||
npm start > ../results/logs/client_application.log 2>&1 & | ||
- name: Install dependencies | ||
run: npm ci | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
working-directory: openvidu-basic-node | ||
run: | | ||
npm install | ||
node index.js > ../results/logs/server_aplication.log 2>&1 & | ||
node index.js > ../results/logs/server_application.log 2>&1 & | ||
- name: set up Node.js | ||
uses: actions/[email protected] | ||
|
@@ -32,7 +32,7 @@ jobs: | |
working-directory: openvidu-vue | ||
run: | | ||
npm install | ||
npm run serve > ../results/logs/client_aplication.log 2>&1 & | ||
npm run serve > ../results/logs/client_application.log 2>&1 & | ||
- name: Install dependencies | ||
run: npm ci | ||
|