Skip to content

Commit

Permalink
migrate to docker-compose action
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Oct 15, 2024
1 parent dc217d5 commit a37ce18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker-compose -f tests/deps.yaml up -d
- uses: hoverkraft-tech/[email protected]
with:
compose-file: tests/deps.yaml
- uses: actions/setup-python@v5
with:
python-version: '3.11'
Expand Down

0 comments on commit a37ce18

Please sign in to comment.