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 6daf618 commit f4442cb
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,15 @@ jobs:
env:
CFLAGS: '-Werror'

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

- name: Test client
run: |
${{ env.TEST_COMMAND }}
working-directory: src

- name: Send binding to test jobs
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -219,14 +225,19 @@ jobs:
run: |
./scripts/build-c-client.sh
npm install
npm install .
npm list aerospike
npm install ..
env:
CFLAGS: '-Werror'

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

- name: Test client
run: |
${{ env.TEST_COMMAND }}
working-directory: src

- name: Save macOS binding
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -342,9 +353,15 @@ jobs:
run: echo "TEST_COMMAND=node -e 'aerospike = require(\"aerospike\")'" >> $GITHUB_ENV


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

- name: Test client
run: |
${{ env.TEST_COMMAND }}
working-directory: src

- name: Save macOS wheel
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f4442cb

Please sign in to comment.