Skip to content

Commit 1335e1b

Browse files
committed
Fix build
1 parent 748b51d commit 1335e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ jobs:
8282
run: cp .env-sample .env
8383

8484
- name: Build
85-
run: yarn build
85+
run: DATABASE_URL=$(yarn heroku config:get DATABASE_URL -a polskifrontend) yarn build
8686
env:
8787
RELATIVE_CI_KEY: ${{ secrets.RELATIVE_CI_KEY }}

0 commit comments

Comments
 (0)