Skip to content

Commit

Permalink
Debugging pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Apr 19, 2024
1 parent 79d2b2b commit 1b3279f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ jobs:

- name: Modify the package.json
run: |
npm install -g json
sudo npm install -g json
json -I -f package.json -e "this.scripts.install=\"npm-run-all removeExtraBinaries build\""
- name: Run tests
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:

- name: Modify the package.json
run: |
npm install -g json
sudo npm install -g json
json -I -f package.json -e "this.scripts.install=\"npm-run-all removeExtraBinaries build\""
- name: Run tests
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:

- name: Modify the package.json
run: |
npm install -g json
sudo npm install -g json
json -I -f package.json -e "this.scripts.install=\"npm-run-all removeExtraBinaries build\""
- name: Run tests
Expand Down Expand Up @@ -555,7 +555,7 @@ jobs:

- name: Modify the package.json
run: |
npm install -g json
sudo npm install -g json
json -I -f package.json -e "this.scripts.install=\"npm-run-all removeExtraBinaries build\""
- name: Run tests
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,13 @@ jobs:
run: |
ls;
ls .github;
- name: Run ee server
uses: .github/actions/run-ee-server
with:
use-server-rc: ${{ contains(github.event.pull_request.labels.*.name, 'new-server-features') }}
docker-hub-username: ${{ secrets.DOCKER_HUB_BOT_USERNAME }}
docker-hub-password: ${{ secrets.DOCKER_HUB_BOT_PW }}


- name: Wait for server to start
Expand Down

0 comments on commit 1b3279f

Please sign in to comment.