Some checks failed
test / Test completion check (push) Has been cancelled
test / test (20, macos-latest) (push) Has been cancelled
test / test (20, ubuntu-latest) (push) Has been cancelled
test / test (20, windows-latest) (push) Has been cancelled
test / test (22, macos-latest) (push) Has been cancelled
test / test (22, ubuntu-latest) (push) Has been cancelled
test / test (22, windows-latest) (push) Has been cancelled
test / test (24, macos-latest) (push) Has been cancelled
test / test (24, ubuntu-latest) (push) Has been cancelled
test / test (24, windows-latest) (push) Has been cancelled
11 lines
No EOL
223 B
Bash
Executable file
11 lines
No EOL
223 B
Bash
Executable file
#!/bin/bash -eu
|
|
set -eu # This needs to be here for windows bash, which doesn't read the #! line above
|
|
|
|
|
|
node --version
|
|
npm run intro
|
|
npm run test:consumer
|
|
npm run pact:show
|
|
npm run test:provider
|
|
npm test
|
|
npm run get:broker |