Mounting Docker socket in testcafe container
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
|||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
|
|
||||||
- name: "Install dependencies"
|
- name: "Install dependencies"
|
||||||
run: yarn install
|
run: npm install
|
||||||
working-directory: "tests"
|
working-directory: "tests"
|
||||||
|
|
||||||
- name: "Setup .env file"
|
- name: "Setup .env file"
|
||||||
|
|||||||
@@ -8,5 +8,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./tests:/tests
|
- ./tests:/tests
|
||||||
- ./maps:/maps
|
- ./maps:/maps
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
# security_opt:
|
# security_opt:
|
||||||
# - seccomp:unconfined
|
# - seccomp:unconfined
|
||||||
|
|||||||
Reference in New Issue
Block a user