Skip to content

Commit 77d852e

Browse files
committed
debug1
1 parent d6a061b commit 77d852e

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,7 @@ jobs:
5858
podman images -aq | xargs -r podman rmi -f
5959
podman system prune -a -f
6060
61-
# =================================================
62-
# DEMO
63-
# =================================================
64-
- name: Build & Run demo
65-
working-directory: demo
66-
run: |
67-
echo "Running demo..."
68-
podman-compose -p demo build --no-cache
69-
podman-compose -p demo up -d
70-
71-
podman ps
72-
podman-compose -p demo logs --no-color
73-
74-
podman-compose -p demo down -v
61+
7562

7663
# =================================================
7764
# DEMO-1-BASICS

0 commit comments

Comments
 (0)