Skip to content

Commit 8b05065

Browse files
Generate autoloader script for PHPUnit's own test suite's test fixture
1 parent 8908717 commit 8b05065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
java-version: 1.8
247247

248248
- name: Build unscoped PHAR for testing
249-
run: ant unscoped-phar-snapshot
249+
run: ant unscoped-phar-snapshot generate-autoloader-for-test-fixture
250250

251251
- name: Run regular tests with unscoped PHAR
252252
run: ./build/artifacts/phpunit-snapshot.phar

0 commit comments

Comments
 (0)