Skip to content

Commit

Permalink
More fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jun 8, 2024
1 parent c8078ea commit 7b189be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
distribution: 'temurin'
architecture: ${{ matrix.architecture }}
- name: Check
run: ./gradlew check -PbuildServer ; dir build/test-resources/RobotBuilderTestProjectCpp/build/test-results/frcUserProgramTest/*/release/
run: ./gradlew check -PbuildServer ; dir build/test-resources/RobotBuilderTestProjectCpp/build/test-results/frcUserProgramTest/windowsx86-64/release/
- name: ${{ matrix.artifact-name }} Upload Test Results
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 7b189be

Please sign in to comment.