diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3329f327..54ec9cec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,10 @@ jobs: - name: Build the stack run: docker-compose -f docker/docker-compose.yaml up -d + env: + DATASOURCE_USER: ${{ secrets.DATASOURCE_USER }} + DATASOURCE_PASSWORD: ${{ secrets.DATASOURCE_PASSWORD }} + DATASOURCE_URL: ${{ secrets.DATASOURCE_URL }} - name: Setup Gradle uses: gradle/gradle-build-action@v3