Files
nest/scripts/run-integration.sh
2020-03-02 13:46:26 +01:00

8 lines
216 B
Bash

# 1. Build fresh packages and move them integration dit
npm run build &>/dev/null
# 2. Start docker containers to perform integration tests
npm run test:docker:up
# 3. Run integration tests
npm run test:integration