Skip to content

Commit 6c400ec

Browse files
authored
ci: build app in PR tests (#166)
1 parent a674a9f commit 6c400ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ jobs:
3030
name: playwright-report
3131
path: playwright-report/
3232
retention-days: 30
33+
- name: Build application
34+
run: |
35+
export NODE_OPTIONS="--max-old-space-size=4096"
36+
yarn build

0 commit comments

Comments
 (0)