Skip to content

Commit

Permalink
ci(runNode): update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Jan 25, 2025
1 parent 8bfa201 commit 97c9172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runNode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
run: |
export PATH=$HOME/gaianet/bin:$PATH
gaianet start
sleep 10
sleep 20
ldd $HOME/gaianet/bin/gaias
gaias --version
cat $HOME/gaianet/log/assistant.log
- name: Test localhost API
continue-on-error: true
run: |
ls -al $HOME/gaianet/log/
curl --fail -X POST http://localhost:8080/v1/chat/completions \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
Expand Down

0 comments on commit 97c9172

Please sign in to comment.