Skip to content

Commit

Permalink
ci: Rename v2 test job
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizba committed Dec 9, 2024
1 parent ee87698 commit 5e4cbad
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenVidu V2 CE Tests
name: OpenVidu V2 Tests
on:
push:
branches:
Expand Down Expand Up @@ -60,11 +60,13 @@ jobs:
EDGE_VERSION: ${{ inputs.EDGE_VERSION || 'latest' }}
steps:
- uses: actions/checkout@v3
with:
ref: v2
- name: Setup scripts
run: |
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/v2/ci-scripts/commons/test-utils.sh
curl -sOJ --output-dir /opt https://raw.githubusercontent.com/OpenVidu/openvidu/v2/ci-scripts/openvidu-e2e-tests.sh
cp ci-scripts/openvidu-e2e-tests.sh /opt/openvidu-e2e-tests.sh
find /opt/*.sh -type f -print0 | xargs -0 chmod u+x
- name: Clean environment
run: /opt/build.sh --clean-environment
Expand Down

0 comments on commit 5e4cbad

Please sign in to comment.