Skip to content

Commit 8e82b5b

Browse files
committed
debug
1 parent 391cd51 commit 8e82b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fi
9393
done;
9494
env:
95-
EXPECTED_PATTERN: ${{ matrix.ux-packages-source == 'php-vendor' && 'file:vendor/symfony/*' || 'link:../../src/*' }}
95+
EXPECTED_PATTERN: ${{ matrix.ux-packages-source == 'php-vendor' && 'file:vendor/symfony/*' || 'file:../../src/*' }}
9696

9797
- name: Ensure project can be built in dev mode
9898
working-directory: test_apps/encore-app

0 commit comments

Comments
 (0)