Skip to content

Commit 81b5407

Browse files
committed
Test online tests in CI
1 parent 2f0918c commit 81b5407

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/actions/test-linux/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ runs:
2121
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
2222
-j$(/usr/bin/nproc) \
2323
-g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
24-
--offline \
2524
--show-diff \
2625
--show-slow 1000 \
2726
--set-timeout 120

.github/actions/test-macos/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ runs:
1414
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
1515
-j$(sysctl -n hw.ncpu) \
1616
-g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP \
17-
--offline \
1817
--show-diff \
1918
--show-slow 1000 \
2019
--set-timeout 120

0 commit comments

Comments
 (0)