Skip to content

Commit ad77e3a

Browse files
committed
update docker compose
1 parent e5f8b12 commit ad77e3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-unit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66

77
steps:
88
- uses: actions/checkout@v2
9+
- name: install docker compose
10+
run: sudo curl -SL https://github.com/docker/compose/releases/download/v2.27.0/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
911
- name: Build and run tests
1012
run: |
1113
docker-compose -f .circleci/compose-unit.yml up -d --wait

0 commit comments

Comments
 (0)