Skip to content

Commit dbb63cd

Browse files
authored
fix: Fix the e2e test 035 (#793)
1 parent 25143ea commit dbb63cd

File tree

2 files changed

+84
-493
lines changed

2 files changed

+84
-493
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
path: bin/php-scoper.phar
5454

5555
e2e-tests:
56-
name: 'e2e Test ${{ matrix.e2e }} (PHP: ${{ matrix.php }})'
56+
name: 'Test ${{ matrix.e2e }} (PHP: ${{ matrix.php }})'
5757
runs-on: ubuntu-latest
5858
needs: build-test-phar
5959
strategy:
@@ -114,7 +114,7 @@ jobs:
114114
path: bin
115115

116116
- name: Ensure PHAR will not be rebuilt
117-
run: touch -c bin/php-scoper.phar
117+
run: touch -c vendor-hotfix bin/php-scoper.phar
118118

119119
# See https://github.com/actions/download-artifact#limitations
120120
# the permissions are not guaranteed to be preserved
@@ -129,4 +129,4 @@ jobs:
129129
run: sudo apt-get install -y tree
130130

131131
- name: Run e2e ${{ matrix.e2e }}
132-
run: make ${{ matrix.e2e }}
132+
run: make ${{ matrix.e2e }} --debug

0 commit comments

Comments
 (0)