mirror of https://github.com/OpenVidu/openvidu.git
ci: Fixed typo in ov-components e2e
parent
4bdb6f303c
commit
da6388cc3c
|
@ -25,8 +25,7 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.OPENVIDU_DISPATCH_EVENT_GA }}
|
||||
run: |
|
||||
gh api repos/OpenVidu/openvidu-call/dispatches \
|
||||
--raw-field event_type=ov-components \
|
||||
--raw-field client_payload={"commit-message": "${{ github.event.head_commit.message }}"","commit-ref": "${{ github.event.head_commit.sha }}"}
|
||||
-f event_type='openvidu-components-angular'
|
||||
- name: Run Selenium Chromedriver
|
||||
run: docker run -d --shm-size="2g" --network host selenium/standalone-chrome:104.0
|
||||
- name: Run openvidu-server-kms
|
||||
|
|
Loading…
Reference in New Issue