From 3e43cf02d5caf3e6f49a4954e8e4d4aee5b1c5bc Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 9 Aug 2024 15:51:00 +0900 Subject: [PATCH] fix: fix wrong directory --- .github/workflows/api.test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api.test.yaml b/.github/workflows/api.test.yaml index 900e5fb3f..f1c0429da 100644 --- a/.github/workflows/api.test.yaml +++ b/.github/workflows/api.test.yaml @@ -61,7 +61,7 @@ jobs: - name: Run test run: | cd ./node - go test ./node/pkg/api/tests -v + go test ./pkg/api/tests -v env: DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/orakl-test?search_path=public" ENCRYPT_PASSWORD: "abc123"