Skip to content

Commit

Permalink
Troubleshoot variable refs in Pi image tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jun 4, 2024
1 parent 0b1b716 commit c94a883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
key: ${{ runner.os }}-lfs-${{ hashFiles('/core/pi_image_3.img.xz') }}-v1
- name: Ensure LFS files are pulled
if: steps.lfs-cache.outputs.cache-hit != 'true'
run: wget https://2222.us/app/files/neon_images/test_images/pi_image_3.img.xz -O ${{ GITHUB_WORKSPACE }}/pi_image_3.img.xz
run: wget https://2222.us/app/files/neon_images/test_images/pi_image_3.img.xz -O ${{ github.workspace }}/pi_image_3.img.xz
- name: Save LFS Cache
if: steps.lfs-cache.outputs.cache-hit != 'true'
id: lfs-cache-save
Expand Down

0 comments on commit c94a883

Please sign in to comment.