Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #21 from rikhuijzer/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli authored Aug 12, 2021
2 parents 56beece + 8767d14 commit 780b69d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
# Fixes 'GKS: can't connect to GKS socket application' errors
# and quality of output plots in GR back end.
GKSwstype: "100"
- name: Validate output
run: |
if grep -1 "Franklin Warning" build.log; then
echo "Franklin reported a warning"
exit 1
else
echo "Franklin did not report a warning"
fi
- name: Build and Deploy
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit 780b69d

Please sign in to comment.