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 Feb 1, 2024
1 parent 7037ba5 commit aa4a75d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:

- name: Disable tests (only run basic import test)
if: ${{ !inputs.run_tests }}
run: echo "TEST_COMMAND=node -e 'aerospike = require(\".\\lib\\aerospike\")'" >> $GITHUB_ENV
run: echo "TEST_COMMAND=node -e 'aerospike = require(\".\/lib\/aerospike\")'" >> $GITHUB_ENV


- run: sudo apt update
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:

- name: Disable tests (only run basic import test)
if: ${{ !inputs.run_tests }}
run: echo "TEST_COMMAND=node -e 'aerospike = require(\".\\lib\\aerospike\")'" >> $GITHUB_ENV
run: echo "TEST_COMMAND=node -e 'aerospike = require(\".\/lib\/aerospike\")'" >> $GITHUB_ENV

- name: Build client
run: |
Expand Down Expand Up @@ -333,7 +333,7 @@ jobs:

- name: Disable tests (only run basic import test)
if: ${{ !inputs.run_tests }}
run: echo "TEST_COMMAND=node -e 'aerospike = require(\".\\lib\\aerospike\")'" >> $GITHUB_ENV
run: echo "TEST_COMMAND=node -e 'aerospike = require(\".\/lib\/aerospike\")'" >> $GITHUB_ENV


- name: Test client
Expand Down

0 comments on commit aa4a75d

Please sign in to comment.