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 394e125 commit 545831c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ jobs:
- name: Run tests
if: ${{ inputs.run_tests}}
run: |
docker ps;
cd ts-test;
npm install typescript --save-dev;
npx tsc;
Expand Down Expand Up @@ -356,7 +357,7 @@ jobs:
- run: npx tsc
shell: bash

- run: npm run test dist/ -- --h 127.0.0.1 --port 3000
- run: npm run test dist/ -- --h ${env:DOCKER_HOST_IP} --port 3000
shell: bash

- name: Show job status for commit
Expand Down

0 comments on commit 545831c

Please sign in to comment.