Skip to content

Commit

Permalink
debugging pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed May 31, 2024
1 parent 174b3cf commit 27b768e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ jobs:
run: |
sudo npm install -g json
json -I -f package.json -e "this.scripts.install=\"npm-run-all removeExtraBinaries build\""
ls
ls lib/binding
- name: Run tests
run: |
Expand All @@ -457,6 +459,8 @@ jobs:
run: |
sudo npm install -g json
json -I -f package.json -e "this.scripts.install=\"npm-run-all removeExtraBinaries build\""
ls
ls lib/binding
- name: Run tests
run: |
Expand Down Expand Up @@ -514,7 +518,9 @@ jobs:
run: |
sudo npm install -g json
json -I -f package.json -e "this.scripts.install=\"npm-run-all removeExtraBinaries build\""
ls
ls lib/binding
- name: Run tests
run: |
npm install -g bun
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/combine-bindings/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,4 @@ runs:
# cp -r node-v127-linux-arm64 lib/binding/node-v127-linux-arm64
# cp -r node-v108-darwin-arm64 lib/binding/node-v108-darwin-arm64
# cp -r node-v115-darwin-arm64 lib/binding/node-v115-darwin-arm64
# cp -r node-v127-darwin-arm64 lib/binding/node-v127-darwin-arm64



# cp -r node-v127-darwin-arm64 lib/binding/node-v127-darwin-arm64

0 comments on commit 27b768e

Please sign in to comment.