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