mirror of https://github.com/OpenVidu/openvidu.git
Replace safe-chain installation script with action in E2E and integration test workflows
parent
87c0f0ddaa
commit
a290f11984
|
|
@ -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
|
||||||
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
|
uses: OpenVidu/actions/install-safe-chain@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16
|
||||||
- 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
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
- name: Install safe-chain
|
- name: Install safe-chain
|
||||||
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
|
uses: OpenVidu/actions/install-safe-chain@0125dee363f943e399bf576e8e4c162fafcc5bdd # v1.0.16
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: ./openvidu/openvidu-test-integration
|
working-directory: ./openvidu/openvidu-test-integration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue