mirror of https://github.com/OpenVidu/openvidu.git
Add safe-chain installation step to E2E and integration test workflows
parent
bf3c9ac302
commit
c33813184b
|
|
@ -34,6 +34,8 @@ jobs:
|
||||||
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
|
- name: Install safe-chain
|
||||||
|
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
|
||||||
- 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
|
||||||
|
|
@ -93,6 +95,8 @@ jobs:
|
||||||
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
|
- name: Install safe-chain
|
||||||
|
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
|
||||||
- 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
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,8 @@ jobs:
|
||||||
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
|
||||||
with:
|
with:
|
||||||
node-version: 24
|
node-version: 24
|
||||||
|
- name: Install safe-chain
|
||||||
|
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: ./openvidu/openvidu-test-integration
|
working-directory: ./openvidu/openvidu-test-integration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue