mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-24 12:35:32 +00:00
ci: install compose cli v2 preview
This commit is contained in:
parent
9677f1ab45
commit
7554d094d7
1 changed files with 18 additions and 15 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -26,6 +26,9 @@ jobs:
|
|||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12'
|
||||
- run: mkdir ~/.docker/cli-plugins
|
||||
- run: curl -L -o ~/.docker/cli-plugins/docker-compose https://github.com/docker/compose-cli/releases/download/v2.0.0-beta.3/docker-compose-linux-amd64
|
||||
- run: chmod +x ~/.docker/cli-plugins/docker-compose
|
||||
- run: yarn
|
||||
- run: yarn build
|
||||
- run: yarn test
|
||||
|
|
|
|||
Loading…
Reference in a new issue