From e0a92d733b60b988dadfca905f2a1782b2b04fac Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Fri, 24 May 2024 20:58:19 -0400 Subject: [PATCH] I swear I already did this --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2d7eaeb46..bcc56c1a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -99,7 +99,7 @@ jobs: QUEUE_CONNECTION: sync HASHIDS_SALT: alittlebitofsalt1234 DB_CONNECTION: sqlite - DB_DATABASE: ${{ github.workspace }}/database/testing.sqlite + DB_DATABASE: testing.sqlite steps: - name: Code Checkout uses: actions/checkout@v4