Skip to content

Commit

Permalink
install compose ?
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Aug 31, 2024
1 parent 5adfa7e commit 5d1e263
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2


- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Start containers
run: docker-compose -f "tests/docker-compose.yml" up -d

Expand Down

0 comments on commit 5d1e263

Please sign in to comment.