From b8c5ddcdfc587b511694595ec7ee90ee066d3296 Mon Sep 17 00:00:00 2001 From: Thomas Date: Tue, 12 Nov 2024 19:12:14 +0900 Subject: [PATCH] ci --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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