From c4e84e7ce300f151ef6ef3f1e69c9862a19b6615 Mon Sep 17 00:00:00 2001 From: johnoel Date: Fri, 17 Nov 2023 09:53:38 -1000 Subject: [PATCH] Try. --- .github/workflows/build-ss3-warnings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-ss3-warnings.yml b/.github/workflows/build-ss3-warnings.yml index 5f71edbd..bfe1377b 100644 --- a/.github/workflows/build-ss3-warnings.yml +++ b/.github/workflows/build-ss3-warnings.yml @@ -55,7 +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 warnings.txt + grep "warning:" outputs.txt || touch output2.txt + grep "ss.cpp" outputs2.txt || touch warnings.txt # Runs a set of commands using the runners shell - name: Use R to parse warnings output