Skip to content

Commit

Permalink
Remove artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Nov 12, 2024
1 parent 9c0741e commit cbdac57
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,18 @@ jobs:
run: |
cd firmware
make PROJECT=${{ matrix.project }} PLATFORM=${{ matrix.platform }} test
- name: Set Artifact Name
shell: bash
env:
PROJECT_NAME: ${{ matrix.project }}
run: |
ARTIFACT_NAME="${PROJECT_NAME//\//-}"
echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV
- name: Upload Test Results
uses: actions/upload-artifact@v3
with:
name: ctest-results-${{ env.ARTIFACT_NAME }}-${{ matrix.platform }}
path: firmware/build/${{ matrix.project }}/${{ matrix.platform }}/Testing/Temporary
# - name: Set Artifact Name
# shell: bash
# env:
# PROJECT_NAME: ${{ matrix.project }}
# run: |
# ARTIFACT_NAME="${PROJECT_NAME//\//-}"
# echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV

# - name: Upload Test Results
# uses: actions/upload-artifact@v3
# with:
# name: ctest-results-${{ env.ARTIFACT_NAME }}-${{ matrix.platform }}
# path: firmware/build/${{ matrix.project }}/${{ matrix.platform }}/Testing/Temporary

0 comments on commit cbdac57

Please sign in to comment.