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 Jan 31, 2024
1 parent 366d745 commit fe95c52
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 @@ -210,7 +210,7 @@ jobs:

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

- name: Build client
run: |
Expand Down

0 comments on commit fe95c52

Please sign in to comment.