From 1b3279f62ea2539dcb4a7f64cee68410dea51278 Mon Sep 17 00:00:00 2001 From: Dominic Pelini <111786059+DomPeliniAerospike@users.noreply.github.com> Date: Fri, 19 Apr 2024 14:33:34 -0600 Subject: [PATCH] Debugging pipeline --- .github/workflows/build-bindings.yml | 8 ++++---- .github/workflows/tests.yml | 7 ++++++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-bindings.yml b/.github/workflows/build-bindings.yml index 56fba8dd2..1666c76eb 100644 --- a/.github/workflows/build-bindings.yml +++ b/.github/workflows/build-bindings.yml @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 95055b5f8..f3c47c1e3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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