CHORE: Rename -provider to -profile within the GitHub integration tests.

This commit is contained in:
Jeffrey Cafferata 2025-01-05 14:12:10 +01:00 committed by Tom Limoncelli
parent b87fb500b7
commit 1742e65f39

View file

@ -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