Replace safe-chain installation script with action in E2E and integration test workflows

pull/892/head
cruizba 2026-04-15 17:47:23 +02:00
parent 87c0f0ddaa
commit a290f11984
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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