mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
10 lines
131 B
Bash
Executable File
10 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "EXECUTING: Jasmine tests"
|
|
echo
|
|
|
|
cd $WORKSPACE/web/
|
|
|
|
/bin/npm install
|
|
./node_modules/.bin/karma start --single-run
|