From 1742e65f39bcf4f9476ec01d2a4e5d72d3be23c4 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Sun, 5 Jan 2025 14:12:10 +0100 Subject: [PATCH] CHORE: Rename `-provider` to `-profile` within the GitHub integration tests. --- .github/workflows/pr_integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_integration_tests.yml b/.github/workflows/pr_integration_tests.yml index 36b7433fa..048a4e9ec 100644 --- a/.github/workflows/pr_integration_tests.yml +++ b/.github/workflows/pr_integration_tests.yml @@ -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