Skip to content

Commit

Permalink
Fix GHA tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
imogenkraak committed Oct 14, 2024
1 parent a6ca6dc commit 7c0413d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
with:
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yaml') }}

- name: Install Docker Compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Start Docker Compose with MongoDB and Tyk Mserv
run: make start

Expand Down

0 comments on commit 7c0413d

Please sign in to comment.