diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e80dc26..dbf08f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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