mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 22:24:18 +08:00
BUILD SYSTEM: Skip unused integration tests faster (#1939)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
1ea69eb262
commit
97d9c5889b
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue