Skip to content

Commit

Permalink
Merge pull request #2037 from YJDoc2/fix-podman-tests
Browse files Browse the repository at this point in the history
Update podman test workflow for new justfile setup
  • Loading branch information
utam0k committed Jun 12, 2023
2 parents 66896c2 + 9bc5701 commit 1a6d1f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/podman_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install requirements
run: sudo ./.github/scripts/dependency.sh
- name: Install just
uses: taiki-e/install-action@just
- name: Install requirements
run: sudo env PATH=$PATH just ci-prepare
- run: just youki-dev
- run: sudo cp youki /usr/local/bin
- name: Install requirements for Podman
Expand All @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: containers/podman
- uses: actions/setup-go@v2
- uses: actions/setup-go@v4
with:
go-version: '1.18'
- name: Build podman
Expand All @@ -32,4 +32,4 @@ jobs:
run: sudo OCI_RUNTIME=/usr/local/bin/youki ./hack/bats 2>&1 | tee build.log
- name: Adding Summary
run: |
echo "Total tests: 360 Failed tests: $(cat build.log | grep " ok " | wc -l)" >> $GITHUB_STEP_SUMMARY
echo "Total tests: 577 Failed tests: $(cat build.log | grep " ok " | wc -l)" >> $GITHUB_STEP_SUMMARY

0 comments on commit 1a6d1f4

Please sign in to comment.