Skip to content

Commit 1b32342

Browse files
committed
Build frontend assets in PR CI
The production frontend build (yarn encore production) only ran in the release workflow on tag pushes, so build failures like the recent ESLint one were only discovered after merging. Run it on every pull request as well.
1 parent 965d31a commit 1b32342

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ jobs:
2929

3030
- name: Run QA tests
3131
run: composer check-ci
32+
33+
- name: Build frontend assets
34+
run: yarn encore production

0 commit comments

Comments
 (0)