From d7c7ac63b04db03b0ac7373566d80c7fd31ae8d2 Mon Sep 17 00:00:00 2001 From: edoapra Date: Fri, 4 Feb 2022 14:12:33 -0800 Subject: [PATCH] analyze more QA output files --- .github/workflows/github_actions.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 953e211f97..2e18b664ad 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -353,6 +353,10 @@ jobs: egrep d= QA/testoutputs/dft_smear.out || true; fi if [[ -f QA/testoutputs/dft_smear.out ]]; then \ tail -2000 QA/testoutputs/dft_smear.out || true; fi + if [[ -f QA/testoutputs/ritddft_h2o.out ]]; then \ + tail -2000 QA/testoutputs/ritddft_h2o.out || true; fi + if [[ -f QA/testoutputs/ritddft_co.out ]]; then \ + tail -2000 QA/testoutputs/ritddft_co.out || true; fi if [[ -f QA/testoutputs/pspw_md.out ]]; then \ grep 'PSPW energy' QA/testoutputs/pspw_md.out || true; fi