Skip to content

Commit

Permalink
Add retention of AGREE analysis output report
Browse files Browse the repository at this point in the history
  • Loading branch information
kfhoech committed Jun 11, 2024
1 parent 0c3dcdd commit 082dbe5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ jobs:
run: echo "Analysis status is ${{ steps.agree.outputs.status }}"
- name: Get analysis status-messages
run: echo "Analysis status messages are ${{ steps.agree.outputs.status-messages }}"
- name: Archive analysis results
uses: actions/upload-artifact@v4
with:
name: agree-analysis-report
path: AGREE_output.json
retention-days: 30

0 comments on commit 082dbe5

Please sign in to comment.