Skip to content

Commit

Permalink
refactor: testbed: do not upload pkg build dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
tydeu committed Nov 28, 2023
1 parent 19a54d4 commit 0171608
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/testbed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,12 @@ jobs:
run: ./build.sh ${{ matrix.url }} testbed ${{ needs.setup.outputs.toolchain }}
- name: Output Outcome
run: |
mkdir -p testbed/build
echo ${{ steps.build.outcome }} > testbed/build/outcome.txt
echo ${{ steps.build.outcome }} > outcome.txt
- name: Upload Results
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.id }}
path: testbed/build
path: outcome.txt
collect:
needs: [setup, build]
name: Collect Results
Expand All @@ -125,4 +124,3 @@ jobs:
name: results
path: testbed/results.json
if-no-files-found: error

0 comments on commit 0171608

Please sign in to comment.