Skip to content

Commit

Permalink
Upload more
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed Jun 8, 2024
1 parent 670bc4d commit a9116de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,15 @@ 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
- name: ${{ matrix.artifact-name }} Upload Test Results
uses: actions/upload-artifact@v4
if: always()
with:
name: ${{ matrix.artifact-name }}TestReport
path: |
build/reports/
build/test-resources/RobotBuilderTestProjectCpp
publish:
name: Publish
Expand Down

0 comments on commit a9116de

Please sign in to comment.