We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f49643 commit 65b9d74Copy full SHA for 65b9d74
1 file changed
.github/workflows/e2e-home-server.yml
@@ -99,7 +99,7 @@ jobs:
99
run: |
100
TEST_URL="http://localhost:9001/mocha/test.html?suite=${{ inputs.suite }}"
101
if [ "${{ matrix.cache_type }}" = "memory" ]; then
102
- TEST_URL="${TEST_URL}&skip_session_cooldown_refresh_test=true"
+ TEST_URL="${TEST_URL}&skipSessionCooldownTests=true"
103
fi
104
yarn dlx mocha-headless-chrome@4.0.0 --timeout 3600000 --polling 1000 -a no-sandbox -a disable-setuid-sandbox -f "${TEST_URL}"
105
0 commit comments