Mounting Docker socket in testcafe container

This commit is contained in:
David Négrier 2021-12-01 14:37:36 +01:00
parent a3b20cf065
commit 7326e2a38c
2 changed files with 2 additions and 1 deletions

View file

@ -26,7 +26,7 @@ jobs:
node-version: '14.x'
- name: "Install dependencies"
run: yarn install
run: npm install
working-directory: "tests"
- name: "Setup .env file"