Skip to content

Commit

Permalink
ci: Add Podman check status workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Feb 5, 2024
1 parent 61b16d3 commit 63ce035
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/check-status.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Podman check status containers

on:
push:
workflow_dispatch:

jobs:
check-test-status:
name: Check status of containers on test environment
environment: test
runs-on: self-hosted
steps:
- name: Check status of containers
run: podman-compose -f docker-compose-deploy.yml ps


0 comments on commit 63ce035

Please sign in to comment.