Skip to content

Commit

Permalink
Merge pull request #6 from jumpstarter-dev/getter-githubci-example
Browse files Browse the repository at this point in the history
Make the hardware testing example clearer
  • Loading branch information
mangelajo authored Feb 2, 2024
2 parents 1f7cc02 + e49106f commit 8d860f6
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: make test-in-hardware
run: sudo -E jumpstarter run-script setup-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: make test-in-hardware
run: sudo -E jumpstarter run-script setup-latest-raw.yaml

0 comments on commit 8d860f6

Please sign in to comment.