mirror of https://github.com/OpenVidu/openvidu.git
Merge pull request #894 from OpenVidu/chore/update-openvidu-actions-v1.0.19
chore: update OpenVidu/actions to v1.0.19dependabot/github_actions/actions/setup-node-6.4.0
commit
580b00c121
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
- name: Install safe-chain
|
- name: Install safe-chain
|
||||||
uses: OpenVidu/actions/install-safe-chain@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18
|
uses: OpenVidu/actions/install-safe-chain@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19
|
||||||
- name: Commit URL
|
- name: Commit URL
|
||||||
run: echo https://github.com/OpenVidu/openvidu/commit/${{ inputs.commit_sha || github.sha }}
|
run: echo https://github.com/OpenVidu/openvidu/commit/${{ inputs.commit_sha || github.sha }}
|
||||||
- name: Send Dispatch Event
|
- name: Send Dispatch Event
|
||||||
|
|
@ -96,7 +96,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
- name: Install safe-chain
|
- name: Install safe-chain
|
||||||
uses: OpenVidu/actions/install-safe-chain@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18
|
uses: OpenVidu/actions/install-safe-chain@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19
|
||||||
- name: Install wait-on package
|
- name: Install wait-on package
|
||||||
run: npm install -g wait-on
|
run: npm install -g wait-on
|
||||||
- name: Run Chrome
|
- name: Run Chrome
|
||||||
|
|
@ -107,15 +107,15 @@ jobs:
|
||||||
docker run --network=host -d -p 4444:4444 ${{ env.CHROME_IMAGE }}
|
docker run --network=host -d -p 4444:4444 ${{ env.CHROME_IMAGE }}
|
||||||
fi
|
fi
|
||||||
- name: Run openvidu-local-deployment
|
- name: Run openvidu-local-deployment
|
||||||
uses: OpenVidu/actions/start-openvidu-local-deployment@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18
|
uses: OpenVidu/actions/start-openvidu-local-deployment@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19
|
||||||
- name: Start OpenVidu Call backend
|
- name: Start OpenVidu Call backend
|
||||||
uses: OpenVidu/actions/start-openvidu-call@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18
|
uses: OpenVidu/actions/start-openvidu-call@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19
|
||||||
- name: Build and Serve openvidu-components-angular Testapp
|
- name: Build and Serve openvidu-components-angular Testapp
|
||||||
uses: OpenVidu/actions/start-openvidu-components-testapp@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18
|
uses: OpenVidu/actions/start-openvidu-components-testapp@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
env:
|
env:
|
||||||
LAUNCH_MODE: CI
|
LAUNCH_MODE: CI
|
||||||
run: npm run ${{ matrix.script }} --prefix openvidu-components-angular
|
run: npm run ${{ matrix.script }} --prefix openvidu-components-angular
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
if: always()
|
if: always()
|
||||||
uses: OpenVidu/actions/cleanup@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18
|
uses: OpenVidu/actions/cleanup@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Configure OpenVidu Local Deployment
|
- name: Configure OpenVidu Local Deployment
|
||||||
uses: OpenVidu/actions/start-openvidu-local-deployment@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18
|
uses: OpenVidu/actions/start-openvidu-local-deployment@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19
|
||||||
with:
|
with:
|
||||||
ref-openvidu-local-deployment: development
|
ref-openvidu-local-deployment: development
|
||||||
pre_startup_commands: |
|
pre_startup_commands: |
|
||||||
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
- name: Install safe-chain
|
- name: Install safe-chain
|
||||||
uses: OpenVidu/actions/install-safe-chain@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18
|
uses: OpenVidu/actions/install-safe-chain@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: ./openvidu/openvidu-test-integration
|
working-directory: ./openvidu/openvidu-test-integration
|
||||||
|
|
@ -54,5 +54,5 @@ jobs:
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
- name: Cleanup
|
- name: Cleanup
|
||||||
if: always()
|
if: always()
|
||||||
uses: OpenVidu/actions/cleanup@e585b0ac266d7afffc6cba105b380ad6a477a4c0 # v1.0.18
|
uses: OpenVidu/actions/cleanup@58e9bb7b49e14849ee3cde9b532c4af48fe1d827 # v1.0.19
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue