mirror of https://github.com/OpenVidu/openvidu.git
Update openvidu-ce-test.yml
parent
54cbe84812
commit
2389ce929f
|
@ -64,7 +64,7 @@ jobs:
|
||||||
OPERA_VERSION: ${{ github.event.inputs.OPERA_VERSION || 'latest' }}
|
OPERA_VERSION: ${{ github.event.inputs.OPERA_VERSION || 'latest' }}
|
||||||
EDGE_VERSION: ${{ github.event.inputs.EDGE_VERSION || 'latest' }}
|
EDGE_VERSION: ${{ github.event.inputs.EDGE_VERSION || 'latest' }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Setting up CI
|
- name: Setting up CI
|
||||||
run: ci-scripts/openvidu-e2e-tests.sh --prepare
|
run: ci-scripts/openvidu-e2e-tests.sh --prepare
|
||||||
- name: OpenVidu Browser build
|
- name: OpenVidu Browser build
|
||||||
|
@ -102,4 +102,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: Logs
|
name: Logs
|
||||||
path: |
|
path: |
|
||||||
/opt/openvidu/*.log
|
/opt/openvidu/*.log
|
||||||
|
|
Loading…
Reference in New Issue