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 91c4eba commit 898dd9d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
build:
name: Check build
runs-on: ubuntu-latest
environment: 'development'
permissions:
contents: read
steps:
Expand All @@ -33,7 +32,7 @@ jobs:
- name: create env file
run: |
touch .env
echo TYPESENSE_COLLECTION_NAME=${{ vars.TYPESENSE_COLLECTION_NAME }} >> .env
echo TYPESENSE_SERVER_HOST=${{ vars.TYPESENSE_SERVER_HOST }} >> .env
echo TYPESENSE_SEARCH_ONLY_APIKEY=${{ vars.TYPESENSE_SEARCH_ONLY_APIKEY }} >> .env
echo TYPESENSE_COLLECTION_NAME="" >> .env
echo TYPESENSE_SERVER_HOST="" >> .env
echo TYPESENSE_SEARCH_ONLY_APIKEY="" >> .env
- run: npm run build

0 comments on commit 898dd9d

Please sign in to comment.