Skip to content

Commit

Permalink
Merge pull request #20 from LN-Zap/feat/ci
Browse files Browse the repository at this point in the history
Resolve smoke test issues
  • Loading branch information
mrfelton authored Jun 7, 2024
2 parents 56d02e0 + 6929ea4 commit bc582b1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: Start Docker stack
run: docker-compose up -d

- name: Wait for services to start
uses: hoverkraft-tech/compose-action@v2
uses: hoverkraft-tech/compose-action@v2.0.0
with:
up-flags: "-d"

Expand Down

0 comments on commit bc582b1

Please sign in to comment.