Skip to content

Commit

Permalink
debug ubuntu-ci-x86_64-gnu.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderRichert-NOAA authored Jul 26, 2024
1 parent 67ff06c commit 449b36e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu-ci-x86_64-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ jobs:
echo "# nothing" >> ${SPACK_STACK_DIR}/envs/chaintest/common/packages.yaml
spack stack create env --name chaintest3 --upstream ${SPACK_STACK_DIR}/envs/chaintest/install 2> stderr.txt
cnt=$(grep -c "WARNING.*do not match" stderr.txt || true)
echo $cnt
cat stderr.txt
if [ $cnt -ne 2 ]; then echo "Missing 'create env' warnings"; exit 1; fi
- name: test-env
Expand Down

0 comments on commit 449b36e

Please sign in to comment.