mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
BUILD SYSTEM: Skip unused integration tests faster (#1939)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user