Skip to content

Commit

Permalink
revise to check status file and report success/failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjbohm committed Nov 21, 2023
1 parent 88cc925 commit e28a559
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
.github/workflows/jobmonitor.sh .github/workflows/delta-sbatch-slurm.sh
- name: results
run: |
# this is incorrect now:
## cat ~/autobuild/messages/mpi-linux-x86_64
# Could add email notification here, e.g. via https://github.com/marketplace/actions/send-email
if grep '0' results.latest
then
echo "Success"
else
echo "Failure"
fi
# should also https://github.com/marketplace/actions/send-email

0 comments on commit e28a559

Please sign in to comment.