Skip to content

Commit

Permalink
fix: docker compose (#4455)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Aug 11, 2024
1 parent dd826d0 commit 17d8288
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

# Install Docker Compose
- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
# Run rest tests using docker-compose
- name: Run REST Tests
run: docker-compose run --rm test-rest
Expand Down

0 comments on commit 17d8288

Please sign in to comment.