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 f4442cb commit 816cebd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ jobs:
run: |
./scripts/build-c-client.sh
npm install
npm install .
npm list aerospike
env:
CFLAGS: '-Werror'
Expand Down Expand Up @@ -225,13 +224,12 @@ jobs:
run: |
./scripts/build-c-client.sh
npm install
npm install ..
env:
CFLAGS: '-Werror'

- name: foo test
run: |
npm install .
npm install ..
working-directory: src

- name: Test client
Expand Down Expand Up @@ -339,8 +337,6 @@ jobs:
run: |
./scripts/build-c-client.sh
npm install
npm install .
npm list aerospike
env:
CFLAGS: '-Werror'

Expand Down

0 comments on commit 816cebd

Please sign in to comment.