Skip to content

Commit

Permalink
make sure sqld build step have host and port set
Browse files Browse the repository at this point in the history
  • Loading branch information
david-engelmann committed Oct 2, 2023
1 parent dd9934b commit 2f70df0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:

- name: sqld Build
run: git clone https://github.com/libsql/sqld.git && cd sqld && sed -i 's/setup_14/setup_18/g' ./scripts/install-deps.sh && ./scripts/install-deps.sh && . "$HOME/.cargo/env" && cargo build && ./target/debug/sqld --http-listen-addr $LIBSQL_HOST:$LIBSQL_PORT
env:
LIBSQL_HOST: ${{ secrets.LIBSQL_HOST }}
LIBSQL_PORT: ${{ secrets.LIBSQL_PORT }}

- name: Dune Test
run: opam exec -- dune runtest 2>&1 | tee dune_runtest.log
Expand Down

0 comments on commit 2f70df0

Please sign in to comment.