Closed hqpho closed 4 months ago
Nice!
From the PR description:
- id: run-tests name: python:3.11.3 entrypoint: bash args: - -c - | ./run_test.sh --setup_python ./scripts/run_cdc_tests.sh waitFor: ['deploy-latest-to-autopush']
Looks like
run_cdc_tests.sh
is now setting up python itself so you don't need to do that in the build step.
Oh right! Ok I'll take out the setup python line and add a set -e line. Thanks for the quick review!
For ease of debugging workflow failures, I want to try having each script be its own build step. The new build config YAML will be: