Skip to content

Commit

Permalink
Ensure continue on collection errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mlxd committed Sep 13, 2024
1 parent 67e79ec commit 9e1ced3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
if [[ "$PIPELINE_MODE" =~ .*"benchmarks".* ]]; then
echo "args=$PYTEST_BENCHMARKS_ARGS $PYTEST_ADDITIONAL_ARGS" >> $GITHUB_OUTPUT
elif [[ "$PIPELINE_MODE" =~ .*"warnings".* ]]; then
echo "args=$PYTEST_ADDITIONAL_ARGS" >> $GITHUB_OUTPUT
echo "args=$PYTEST_ADDITIONAL_ARGS --continue-on-collection-errors" >> $GITHUB_OUTPUT
else
echo "args=$PYTEST_COVERAGE_ARGS $PYTEST_PARALLELISE_ARGS $PYTEST_ADDITIONAL_ARGS $PYTEST_DURATIONS_ARGS $PYTEST_STORE_ARGS" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 9e1ced3

Please sign in to comment.