Skip to content

Commit

Permalink
Use the right script
Browse files Browse the repository at this point in the history
  • Loading branch information
mangelajo committed Feb 2, 2024
1 parent 8d860f6 commit 8b7c04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jumpstarter-pr-push-and-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: make prepare-image

- name: Test in Hardware
run: sudo -E jumpstarter run-script setup-latest-raw.yaml
run: sudo -E jumpstarter run-script test-tpm-on-latest-raw.yaml

fedora-rawhide:
runs-on: [self-hosted, linux, jumpstarter-rpi4]
Expand All @@ -63,5 +63,5 @@ jobs:
run: make prepare-image

- name: Test in Hardware
run: sudo -E jumpstarter run-script setup-latest-raw.yaml
run: sudo -E jumpstarter run-script test-tpm-on-latest-raw.yaml

0 comments on commit 8b7c04f

Please sign in to comment.