From 4bccad0ecf9fcd408bd3c2e0c678fd8df3166d08 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Fri, 13 Oct 2023 03:50:20 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf34e9d..9738e04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,5 +33,5 @@ jobs: export TYPESENSE_KEY=$(awk -F "=" '/api-key/ {print $2}' /etc/typesense/typesense-server.ini) # install nim - run: nimble install -Y - - run: nim c -r src/${{ github.event.repository.name }}.nim + - run: nim c -r src/typesense.nim - run: nimble test