Skip to content

Commit

Permalink
fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Knerio authored Nov 30, 2024
1 parent 661400c commit e574138
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
- name: Test with Gradle Wrapper
env:
GITHUB_ACTIONS: true
EN2DO_DATABASE: ${{secrets.EN2DO_DATABASE}}
EN2DO_CONNECTSTRING: ${{secrets.EN2DO_CONNECTSTRING}}
run: gradle test
- name: Build with Gradle Wrapper and ShadowJar
run: gradle shadowJar

0 comments on commit e574138

Please sign in to comment.