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 3470d85 commit 3268d5f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ 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


- run: sudo apt update
- name: Install build dependencies (C Client dependency packages)
Expand Down Expand Up @@ -210,7 +211,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 Expand Up @@ -332,7 +333,8 @@ 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: Test client
run: |
Expand Down

0 comments on commit 3268d5f

Please sign in to comment.