Skip to content

Commit

Permalink
Update build-bindings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Nov 21, 2024
1 parent 545831c commit 160c3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
npm install typescript --save-dev;
npx tsc;
cd ..;
npm run test dist/ -- --h 127.0.0.1 --port 3000;
npm run test dist/ -- --h ${env:DOCKER_HOST_IP} --port 3000;
# NEED TO MAKE A NODEJS ACTION WHICH REPLACES THIS!!!
#- name: Build wheel
Expand Down

0 comments on commit 160c3d2

Please sign in to comment.