Skip to content

Commit

Permalink
ci: Fix test for podman
Browse files Browse the repository at this point in the history
Signed-off-by: utam0k <k0ma@utam0k.jp>
  • Loading branch information
utam0k committed Mar 11, 2023
1 parent ef5daba commit ebba613
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/podman_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Test for podman

# on:
# schedule:
# - cron: "0 0 * * *"
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
pull_request:
branches:
- main

jobs:
podman-tests:
Expand All @@ -11,6 +20,8 @@ jobs:
run: ./.github/scripts/dependency.sh
- run: make youki-dev
- run: sudo cp youki /usr/local/bin
- name: Install requirements for Podman
run: sudo apt-get install -y pkg-config libsystemd-dev libdbus-glib-1-dev libelf-dev libseccomp-dev libgpgme-dev bats
- name: Clone podman repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ebba613

Please sign in to comment.