Skip to content

Commit

Permalink
add sync comment
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Nov 2, 2023
1 parent 12b59ef commit f2e2407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
- name: Build PHPUnit scoped PHAR
run: ant phar-snapshot

# To keep in sync with e2e.file#e2e_038
- name: Run PHPUnit PHAR-specific tests
run: ant run-phar-specific-tests

Expand Down
1 change: 1 addition & 0 deletions .makefile/e2e.file
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ e2e_038: $(PHP_SCOPER_PHAR_BIN)

.PHONY: _e2e_038
_e2e_038:
@# To keep in sync with .github/workflows/e2e-tests.yaml#test-phpunit-scoping
cd $(E2E_PHPUNIT_DIR); XDEBUG_MODE=coverage ant run-phar-specific-tests


Expand Down

0 comments on commit f2e2407

Please sign in to comment.