From 0738c139b4e65370a8cbe5128f3ec1dac2e39630 Mon Sep 17 00:00:00 2001 From: johnoel Date: Fri, 17 Nov 2023 10:01:03 -1000 Subject: [PATCH] Try. --- .github/workflows/build-ss3-warnings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ss3-warnings.yml b/.github/workflows/build-ss3-warnings.yml index bfe1377b..970eb778 100644 --- a/.github/workflows/build-ss3-warnings.yml +++ b/.github/workflows/build-ss3-warnings.yml @@ -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