Skip to content

Commit

Permalink
Merge pull request #70 from comsysto/fix/check-datasources-fails-for-…
Browse files Browse the repository at this point in the history
…fr-test

fix: add env variables to check datasources github action
  • Loading branch information
stefanpernpaintner authored Feb 5, 2024
2 parents 787310c + bd8b0a3 commit 4466e4f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check-datasources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ on:
# Runs the workflow every day at midnight
- cron: '0 0 * * *'

env:
DB_NAME: gis
DB_HOST: localhost
DB_PORT: 54322
DB_USER: docker
DB_PASSWORD: docker
DB_SCHEMA: friendly_fox

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4466e4f

Please sign in to comment.