BUILD SYSTEM: Skip unused integration tests faster (#1939)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Chris Hunt 2023-01-17 11:47:17 -05:00 committed by GitHub
parent 1ea69eb262
commit 97d9c5889b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,16 @@ jobs:
type: string
steps:
- run:
name: Test << parameters.provider >> set
command: |
if [ -z "$<< parameters.provider >>_DOMAIN" ] ; then
echo "Skip test for << parameters.provider >> provider"
circleci-agent step halt
fi
- checkout
- run: mkdir -p "$TEST_RESULTS"
- restore_cache: # restores saved cache if no changes are detected since last run