Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Torres committed Nov 29, 2023
1 parent 562f8ba commit 9a95ebf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Bgin down service test containers
- name: Bring down service test containers
run: docker-compose -f tests/compose.yml down
- name: Setup service test containers
run: docker-compose -f tests/compose.yml up -d
Expand All @@ -24,3 +24,5 @@ jobs:
run: pip install -r requirements-testing.txt
- name: Run tests
run: tox
- name: Bring down service test containers
run: docker-compose -f tests/compose.yml down
4 changes: 3 additions & 1 deletion tests/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ services:
ports:
- "7000:7000"
volumes:
- ${PWD}/etc/redis:/opt/bitnami/redis/certs:z
- ./etc/redis/ca.crt:/opt/bitnami/redis/certs/ca.crt:z
- ./etc/redis/redis.crt:/opt/bitnami/redis/certs/redis.crt:z
- ./etc/redis/redis.key:/opt/bitnami/redis/certs/redis.key:z

0 comments on commit 9a95ebf

Please sign in to comment.