Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lime committed Jul 29, 2022
1 parent 838525e commit 553f90a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ jobs:
# brew install docker docker-machine docker-compose
# sudo docker –version

- name: Stack
- name: SetUp Docker Compose In MacOS
if: ${{ matrix.os == 'macos-latest' }}
uses: docker-practice/actions-setup-docker@v1

- name: Stack
run: docker-compose -f docker/docker-compose.yml up --build -d

- name: Test
Expand Down

0 comments on commit 553f90a

Please sign in to comment.