Skip to content

Commit

Permalink
added hyphens back
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe authored Jun 27, 2023
1 parent 789a709 commit a206b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default-podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- name: Install Podman Compose
run: pip3 install podman-compose
- name: Build traefik container
run: podman compose up
run: podman-compose up
- name: Check traefik container
run: docker logs traefik
- name: Build default profile
run: podman compose --profile default up
run: podman-compose --profile default up
- name: Test content container
run: curl -s --retry 10 --retry-connrefused http://127.0.0.1
- name: Test WebAPI
Expand Down

0 comments on commit a206b4b

Please sign in to comment.