Skip to content

Commit

Permalink
guard against non-zero exit status of cylc lint call
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaflott committed Oct 4, 2024
1 parent eaf3336 commit 4f959bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_test_conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
run: |
# try to make sure the right things are in GITHUB_PATH
echo $CONDA/envs/fre-workflows/bin >> $GITHUB_PATH
cylc lint -v
cylc lint -v || echo "cylc lint threw non-zero exit code"
cd data_lineage && python -m unittest discover -s test; cd -

0 comments on commit 4f959bd

Please sign in to comment.