Skip to content

Commit

Permalink
added docker compose for python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrinkiani committed Mar 11, 2024
1 parent 248e441 commit 70d0039
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
uses: actions/checkout@v4
with:
ref: "${{ github.event.pull_request.merge_commit_sha }}"
- name: Set up Docker
run: |
sudo apt-get update
sudo apt-get install -y docker-compose-plugin
- name: Run Docker Compose
run: docker-compose -f docker-compose.yaml up -d

- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 70d0039

Please sign in to comment.