wormhole/testing/allTests.sh

5 lines
149 B
Bash

#!/bin/sh
set -e
CI=true npm --prefix ../sdk/js run test-ci
CI=true npm --prefix ../spydk/js run test-ci
CI=true npm --prefix ../bridge_ui run test