Skip to content

Commit

Permalink
Add required env variable to sonarcloud CI
Browse files Browse the repository at this point in the history
This variable is now required, and builds will fail if it's not defined.
  • Loading branch information
juho-kettunen-nc committed Feb 12, 2025
1 parent fc24924 commit 34c18e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
sonarcloud:
env:
DATABASE_URL: 'postgis://postgres:postgres@localhost/github_actions'
PRIVATE_FILES_LOCATION: '/tmp/private_files'
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 34c18e8

Please sign in to comment.