Skip to content

Commit

Permalink
Remove upload artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
magnmaeh committed Oct 3, 2024
1 parent 66e3d05 commit 2151340
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,9 @@ jobs:
run:
make test
- name: Combine
# TODO: Also add name of each test to the report itself
# TODO: Should parse the report and compare it to main branch
run:
cat build/test/*.size > build/report.txt
- name: Report
uses: actions/upload-artifact@v4
with:
name: report
path: build/report.txt
- name: Comment
uses: gavv/[email protected]
with:
Expand Down

0 comments on commit 2151340

Please sign in to comment.