mirror of https://github.com/OpenVidu/openvidu.git
Fixing v2 e2e tests
parent
01d01f3d00
commit
0fd0b6c11c
|
@ -1,8 +1,8 @@
|
||||||
name: OpenVidu CE Tests
|
name: OpenVidu V2 Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- v2
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/workflows/openvidu-components-angular-E2E.yml"
|
- ".github/workflows/openvidu-components-angular-E2E.yml"
|
||||||
- "openvidu-components-angular/**"
|
- "openvidu-components-angular/**"
|
||||||
|
@ -10,7 +10,7 @@ on:
|
||||||
- "openvidu-server/deployments/**"
|
- "openvidu-server/deployments/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- v2
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
TEST_IMAGE:
|
TEST_IMAGE:
|
||||||
|
@ -62,9 +62,9 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup scripts
|
- name: Setup scripts
|
||||||
run: |
|
run: |
|
||||||
curl -sOJ --output-dir /opt https://raw.githubusercontent.com/OpenVidu/openvidu/master/ci-scripts/commons/build.sh
|
curl -sOJ --output-dir /opt https://raw.githubusercontent.com/OpenVidu/openvidu/v2/ci-scripts/commons/build.sh
|
||||||
curl -sOJ --output-dir /opt https://raw.githubusercontent.com/OpenVidu/openvidu/master/ci-scripts/commons/test-utils.sh
|
curl -sOJ --output-dir /opt https://raw.githubusercontent.com/OpenVidu/openvidu/v2/ci-scripts/commons/test-utils.sh
|
||||||
cp ci-scripts/openvidu-e2e-tests.sh /opt/openvidu-e2e-tests.sh
|
curl -sOJ --output-dir /opt https://raw.githubusercontent.com/OpenVidu/openvidu/v2/ci-scripts/openvidu-e2e-tests.sh
|
||||||
find /opt/*.sh -type f -print0 | xargs -0 chmod u+x
|
find /opt/*.sh -type f -print0 | xargs -0 chmod u+x
|
||||||
- name: Clean environment
|
- name: Clean environment
|
||||||
run: /opt/build.sh --clean-environment
|
run: /opt/build.sh --clean-environment
|
||||||
|
|
Loading…
Reference in New Issue