Skip to content

Commit

Permalink
fix: pr check
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jul 1, 2024
1 parent 898dd9d commit be3939e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be3939e

Please sign in to comment.