Skip to content

Commit

Permalink
[TM-1493] Start including a production build of the app in the PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
roguenet committed Nov 26, 2024
1 parent 604c7d1 commit 0f8e602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ jobs:
run: yarn
- name: Test
run: yarn run jest --ci
- name: Build
run: NEXT_PUBLIC_TARGET_ENV=staging yarn build

0 comments on commit 0f8e602

Please sign in to comment.