Skip to content

Commit

Permalink
Check tool.log
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 11, 2024
1 parent 8388bae commit 9f0ff83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,17 @@ jobs:
- name: Setup dependencies
run: |
dev/github-actions/setup-conda.sh ${{ matrix.os }}
- name: Save tool.log
uses: actions/upload-artifact@v4
with:
name: tool-log
path: tool.log

- name: Check tool.log
run: |
grep "SUCCESS" tool.log
- name: Build Anaconda package
run: |
dev/jenkins/anaconda.sh
Expand Down

0 comments on commit 9f0ff83

Please sign in to comment.