diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c64ab3a..0e7b153 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,8 @@ jobs: - name: Create database tables run: cargo sqlx database create + env: + DATABASE_URL: postgres://devhub_cache_api_rs:password@127.0.0.1:5432/devhub_cache_api_rs - name: Build the project run: cargo build --verbose