Skip to content

Commit

Permalink
ci: Updated workflow for checking out the openvidu repository branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Dec 22, 2022
1 parent 301ef73 commit 5d818d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/openvidu-call-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
with:
node-version: '16'
- name: Build openvidu-browser and openvidu-angular
env:
BRANCH_NAME: ${{ github.event.client_payload.branch-name || 'master' }}
run: |
git clone https://github.com/OpenVidu/openvidu.git && \
git clone -b ${BRANCH_NAME} https://github.com/OpenVidu/openvidu.git && \
cd openvidu/openvidu-browser && \
npm install && \
npm run build && \
Expand Down

0 comments on commit 5d818d4

Please sign in to comment.