Skip to content

Commit

Permalink
Try.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Nov 17, 2023
1 parent c4e84e7 commit 0738c13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ss3-warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
rm -rf ss_osx.tar
mkdir SS330
/bin/bash ./Make_SS_330_new.sh -a /usr/local/bin/admb-13.1 -b SS330 -w &> outputs.txt
grep "warning:" outputs.txt || touch output2.txt
grep "ss.cpp" outputs2.txt || touch warnings.txt
grep "warning:" outputs.txt &> outputs2.txt || touch output2.txt
grep "ss.cpp" outputs2.txt &> warnings.txt || touch warnings.txt
# Runs a set of commands using the runners shell
- name: Use R to parse warnings output
Expand Down

0 comments on commit 0738c13

Please sign in to comment.