test: added remaning tests to yml
This commit is contained in:
17
.github/workflows/test.yml
vendored
17
.github/workflows/test.yml
vendored
@@ -131,6 +131,23 @@ jobs:
|
||||
cd server/
|
||||
chmod +x ./shell/g1.sh
|
||||
./shell/g1.sh
|
||||
- name: Run G2 tests
|
||||
run: |
|
||||
cd server/
|
||||
chmod +x ./shell/g2.sh
|
||||
./shell/g2.sh
|
||||
|
||||
- name: Run G3 tests
|
||||
run: |
|
||||
cd server/
|
||||
chmod +x ./shell/g3.sh
|
||||
./shell/g3.sh
|
||||
|
||||
- name: Run G4 tests
|
||||
run: |
|
||||
cd server/
|
||||
chmod +x ./shell/g4.sh
|
||||
./shell/g4.sh
|
||||
|
||||
- name: Message
|
||||
run:
|
||||
|
||||
@@ -3,7 +3,11 @@
|
||||
# Source shared configuration
|
||||
source "$(dirname "$0")/config.sh"
|
||||
|
||||
MOCHA_PARALLEL=true $MOCHA_SETUP
|
||||
# MOCHA_PARALLEL=true $MOCHA_SETUP
|
||||
|
||||
if [[ "$1" == *"setup"* ]]; then
|
||||
MOCHA_PARALLEL=true $MOCHA_SETUP
|
||||
fi
|
||||
|
||||
$MOCHA_CMD 'tests/contUse/entities/*.ts'
|
||||
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
# Source shared configuration
|
||||
source "$(dirname "$0")/config.sh"
|
||||
|
||||
MOCHA_PARALLEL=true $MOCHA_SETUP
|
||||
# MOCHA_PARALLEL=true $MOCHA_SETUP
|
||||
if [[ "$1" == *"setup"* ]]; then
|
||||
MOCHA_PARALLEL=true $MOCHA_SETUP
|
||||
fi
|
||||
|
||||
$MOCHA_CMD 'tests/advanced/multiFeature/*.ts' \
|
||||
'tests/advanced/coupons/*.ts' \
|
||||
|
||||
Reference in New Issue
Block a user