Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrztoph committed Oct 16, 2024
1 parent a9061f6 commit c622010
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install docker-compose
uses: ndeloof/[email protected]
with:
version: v2.1.0
legacy: true # will also install in PATH as `docker-compose`

- name: Run docker-compose
run: docker-compose up -d

Expand Down

0 comments on commit c622010

Please sign in to comment.