Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Oct 16, 2024
1 parent 6c1fd88 commit e995cb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
npm i --save-dev @types/yargs
npm i --save-dev @types/semver
npm i --save-dev @types/chai
working-directory: ts-test

- name: Run tests
run: npm run ts-test
Expand Down Expand Up @@ -244,6 +245,7 @@ jobs:
npm i --save-dev @types/yargs
npm i --save-dev @types/semver
npm i --save-dev @types/chai
working-directory: ts-test

- name: Run tests
run: npm run ts-test
Expand Down Expand Up @@ -296,6 +298,7 @@ jobs:
npm i --save-dev @types/yargs
npm i --save-dev @types/semver
npm i --save-dev @types/chai
working-directory: ts-test

- name: Run tests
run: npm run ts-test -- --t 20000
Expand Down Expand Up @@ -362,6 +365,7 @@ jobs:
npm i --save-dev @types/yargs
npm i --save-dev @types/semver
npm i --save-dev @types/chai
working-directory: ts-test

- name: Run tests
run: npm run ts-test -- --h localhost --U admin --P admin --t 40000 test/admin.js
Expand Down

0 comments on commit e995cb1

Please sign in to comment.