Skip to content

Commit b1d9b87

Browse files
committed
CICD: Enable testing of cloudflare redirects
1 parent 2bb352f commit b1d9b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
run: |-
214214
go install gotest.tools/gotestsum@latest
215215
if [ -n "$${{ matrix.provider }}_DOMAIN" ] ; then
216-
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- -timeout 30m -v -verbose -profile ${{ matrix.provider }} -cfworkers=false
216+
gotestsum --junitfile ${TEST_RESULTS}/gotestsum-report.xml -- -timeout 30m -v -verbose -profile ${{ matrix.provider }} -cfworkers=true -cfredirect=true -cfflatten=false
217217
else
218218
echo "Skip test for ${{ matrix.provider }} provider"
219219
fi

0 commit comments

Comments
 (0)