diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95f89956d7..2233a4f2e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -614,7 +614,7 @@ jobs: minimum_free_mb: ${{ matrix.minimum_free_mb }} root_location: ${{ matrix.root_location || 'partition=2' }} shrink_image: ${{ matrix.shrink_image || 'yes' }} - commands: java -jar *.jar --smoketest --platform=${{ matrix.plat_override }} + commands: pwd && ls /opt/photonvision/photonvision_config && java -jar /opt/photonvision/photonvision.jar --smoketest --platform=${{ matrix.plat_override }} matrix-checker: # This job always runs last to set the overall result based on the matrix jobs. If any matrix job failed, this job will fail.