Skip to content

Commit

Permalink
Upload processed logs to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Dec 23, 2024
1 parent 370e1a3 commit 3072b34
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/NightlyBMDB_CLI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,18 @@ jobs:
- name: Combine .summary artifacts into one file
run: jq -s 'add' $(find $GITHUB_WORKSPACE/bmdb-results -name 'full_tracer.json') > $GITHUB_WORKSPACE/tracer.json

- name: Upload complete, compiled summary
uses: actions/upload-artifact@v3
with:
name: complete_summary.json
path: ${{ github.workspace }}/summary.json

- name: Upload complete, compiled tracer
uses: actions/upload-artifact@v3
with:
name: complete_tracer.json
path: ${{ github.workspace }}/tracer.json

- name: Post results to slack part 1
run: curl -X POST -F token="${{ secrets.SLACK_BOT_TOKEN }}" -F channel=${{ secrets.SLACK_CHANNEL_VCELL_DEV_TOKEN }} -F text="Here're the $(cat ${GITHUB_WORKSPACE}/combined.txt | wc -l) BMDB models that didn't pass:" https://slack.com/api/chat.postMessage

Expand Down

0 comments on commit 3072b34

Please sign in to comment.