We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f8b12 commit ad77e3aCopy full SHA for ad77e3a
.github/workflows/test-unit.yml
@@ -6,6 +6,8 @@ jobs:
6
7
steps:
8
- 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
11
- name: Build and run tests
12
run: |
13
docker-compose -f .circleci/compose-unit.yml up -d --wait
0 commit comments