We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748b51d commit 1335e1bCopy full SHA for 1335e1b
.github/workflows/test-pr.yml
@@ -82,6 +82,6 @@ jobs:
82
run: cp .env-sample .env
83
84
- name: Build
85
- run: yarn build
+ run: DATABASE_URL=$(yarn heroku config:get DATABASE_URL -a polskifrontend) yarn build
86
env:
87
RELATIVE_CI_KEY: ${{ secrets.RELATIVE_CI_KEY }}
0 commit comments