Skip to content

Commit b938674

Browse files
committed
fixup! fixup! tmp: Run curl for status.php
1 parent 3c3bcca commit b938674

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cypress-e2e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ jobs:
137137
php -f index.php
138138
PHP_CLI_SERVER_WORKERS=20 php -S 0.0.0.0:8081 &
139139
140-
curl -v http://localhost:8081/status.php
140+
sleep 10
141+
curl -v http://172.17.0.1:8081/status.php
141142
142143
export OC_PASS=1234561
143144
php occ user:add --password-from-env user1

0 commit comments

Comments
 (0)