Skip to content

Commit

Permalink
feat: add docker to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrewcito committed Sep 1, 2024
1 parent 1735ea8 commit d7d5f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- run: git clone https://github.com/mandrewcito/signalrcore-containertestservers containers
- run: docker-compose -f containers/docker-compose.yml up -d
- run: docker compose -f containers/docker-compose.yml up -d
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
Expand Down

0 comments on commit d7d5f08

Please sign in to comment.