Skip to content

Commit

Permalink
10th times the charm
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jun 8, 2024
1 parent 7b189be commit 670bc4d
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/windowsx86-64/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 670bc4d

Please sign in to comment.