Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon authored Oct 13, 2023
1 parent 573b525 commit 4bccad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4bccad0

Please sign in to comment.