We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3da2f commit 7a5fe96Copy full SHA for 7a5fe96
.github/workflows/browser-tests.yaml
@@ -68,7 +68,7 @@ jobs:
68
setup: "doc/docker/base-dev.yml:doc/docker/varnish.yml:doc/docker/selenium.yml"
69
test-suite: '--mode=standard --profile=httpCache --suite=varnish6'
70
test-setup-phase-1: '--mode=standard --profile=httpCache --suite=setup-token'
71
- test-setup-phase-2: '--mode=standard --profile=httpCache --suite=setup'
+ test-setup-phase-2: '--mode=standard --profile=httpCache --suite=setup --vv'
72
secrets:
73
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
74
varnish7-token:
0 commit comments