Skip to content

Commit

Permalink
Merge pull request #132 from yih-redhat/update-ci
Browse files Browse the repository at this point in the history
ci: update ci workflow file
  • Loading branch information
yih-redhat authored Nov 7, 2023
2 parents c70d83c + 67a3433 commit 15c0932
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/greenboot-rs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,15 @@ jobs:
sudo dnf info osbuild osbuild-composer
working-directory: ./osbuild-composer

- name: Checkout greenboot ci test code
uses: actions/checkout@v3
with:
repository: yih-redhat/greenboot-ci
path: greenboot-ci

- name: Run greenboot-rs.sh test
run: ./greenboot-rs.sh
working-directory: tests
working-directory: ./greenboot-ci/tests
timeout-minutes: 100

- name: Set result status
Expand Down

0 comments on commit 15c0932

Please sign in to comment.