Skip to content

Commit

Permalink
Update default-podman.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alondhe authored Jun 27, 2023
1 parent ec570c9 commit 789a709
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 -d
run: podman compose up
- name: Check traefik container
run: docker logs traefik
- name: Build default profile
run: podman compose --profile default up -d
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 789a709

Please sign in to comment.