From be3939e0382e4b6b25ed5d80e610b675036484c6 Mon Sep 17 00:00:00 2001 From: "yongen.loong" Date: Mon, 1 Jul 2024 12:04:26 +0800 Subject: [PATCH] fix: pr check --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d815557..7cb6b68 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -32,7 +32,7 @@ jobs: - name: create env file run: | touch .env - echo TYPESENSE_COLLECTION_NAME="" >> .env - echo TYPESENSE_SERVER_HOST="" >> .env - echo TYPESENSE_SEARCH_ONLY_APIKEY="" >> .env + echo TYPESENSE_COLLECTION_NAME="test-collection" >> .env + echo TYPESENSE_SERVER_HOST="test-host" >> .env + echo TYPESENSE_SEARCH_ONLY_APIKEY="test-api-key" >> .env - run: npm run build \ No newline at end of file