GitHub Action: add default imageto run the tests

pull/780/head
pabloFuente 2023-03-13 15:09:19 +01:00
parent 7ecf7483bd
commit d539504890
1 changed files with 1 additions and 1 deletions

View File

@ -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