From 584ee5be75266b48b12b41af1b664c8b24d04f18 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 6 Apr 2025 18:48:44 -0400 Subject: [PATCH] Updated workflow --- .gitea/workflows/workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 557a245..aa3fded 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -73,6 +73,7 @@ jobs: # Define DATABASE_URL for tests to use DATABASE_URL: postgresql://${{ secrets.DB_TEST_USER || 'testuser' }}:${{ secrets.DB_TEST_PASSWORD || 'testpassword' }}@postgres:5432/${{ secrets.DB_TEST_NAME || 'testdb' }} RUST_LOG: info # Optional: configure test log level + SECRET_KEY: ${{ secrets.TOKEN_SECRET_KEY }} # Make SSH agent available if tests fetch private dependencies SSH_AUTH_SOCK: ${{ env.SSH_AUTH_SOCK }} run: |