Skip to content

Commit

Permalink
fixup! Adding metadata, modifying file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Aug 16, 2024
1 parent bc61d86 commit 5430b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create Podman pod
run: |
podman pod create --name tmt-web-pod --infra=false -p 8000:8000 -p 6379:6379
podman pod create --name tmt-web-pod --infra='registry.k8s.io/pause:3.9' -p 8000:8000 -p 6379:6379
# Exposing redis port as well for test_api.py::TestCelery::test_basic_test_request
- name: Start Redis container
Expand Down

0 comments on commit 5430b96

Please sign in to comment.