Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Oct 17, 2024
1 parent d4cbb2c commit 2caf663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Run Aerospike server
if: ${{ !contains(github.event.pull_request.labels.*.name, 'new-server-features') }}
run: |
npm i -g @types/mocha @types/yargs @types/semver @types/chai
npm i @types/mocha @types/yargs @types/semver @types/chai
docker run -d --name aerospike -p 3000-3002:3000-3002 aerospike/aerospike-server
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
sudo apt-get install -y make;
sudo apt install build-essential;
./scripts/build-c-client.sh
npm install -g
npm install
env:
CFLAGS: '-Werror'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ jobs:

- name: Run tests
run: |
npm i -g @types/mocha @types/yargs @types/semver @types/chai
npm install -g;
npm i @types/mocha @types/yargs @types/semver @types/chai
npm install;
docker run -d --name aerospike -p 3000-3002:3000-3002 aerospike/aerospike-server aerospike:ce-7.2.0.1_1
sleep 10
npm run ts-test -- --h 127.0.0.1 --port 3000;
Expand Down

0 comments on commit 2caf663

Please sign in to comment.