mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-23 15:12:57 +08:00
CHORE: Rename -provider
to -profile
within the GitHub integration tests.
This commit is contained in:
parent
b87fb500b7
commit
1742e65f39
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_integration_tests.yml
vendored
2
.github/workflows/pr_integration_tests.yml
vendored
|
@ -197,7 +197,7 @@ jobs:
|
|||
run: |-
|
||||
go install gotest.tools/gotestsum@latest
|
||||
if [ -n "$${{ matrix.provider }}_DOMAIN" ] ; then
|
||||
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- -timeout 30m -v -verbose -provider ${{ matrix.provider }} -cfworkers=false
|
||||
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- -timeout 30m -v -verbose -profile ${{ matrix.provider }} -cfworkers=false
|
||||
else
|
||||
echo "Skip test for ${{ matrix.provider }} provider"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue