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 71a0cde commit 366d745
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 @@ -146,7 +146,7 @@ jobs:

- name: Test client
run: |
${{ TEST_COMMAND }}
${{ env.TEST_COMMAND }}
- name: Send binding to test jobs
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:

- name: Test client
run: |
${{ TEST_COMMAND }}
${{ env.TEST_COMMAND }}
- name: Save macOS binding
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:

- name: Test client
run: |
${{ TEST_COMMAND }}
${{ env.TEST_COMMAND }}
- name: Save macOS wheel
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 366d745

Please sign in to comment.