mirror of https://github.com/OpenVidu/openvidu.git
GitHub Action: add default imageto run the tests
parent
7ecf7483bd
commit
d539504890
|
@ -45,7 +45,7 @@ jobs:
|
|||
main:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ${{ github.event.inputs.TEST_IMAGE }}
|
||||
image: ${{ github.event.inputs.TEST_IMAGE || 'openvidu/openvidu-test-e2e:22.04' }}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /opt/openvidu:/opt/openvidu
|
||||
|
|
Loading…
Reference in New Issue