mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Forbid test selected with only in CI.
This commit is contained in:
parent
6a19f7eb91
commit
9366741980
|
@ -25,13 +25,13 @@ docker-compose -f docker-compose.yml \
|
||||||
authelia-scripts build
|
authelia-scripts build
|
||||||
|
|
||||||
# Run unit tests
|
# Run unit tests
|
||||||
authelia-scripts unittest
|
authelia-scripts unittest --forbid-only
|
||||||
|
|
||||||
# Build the docker image
|
# Build the docker image
|
||||||
authelia-scripts docker build
|
authelia-scripts docker build
|
||||||
|
|
||||||
# Run integration tests
|
# Run integration tests
|
||||||
authelia-scripts suites test --headless
|
authelia-scripts suites test --headless --forbid-only
|
||||||
|
|
||||||
# Test npm deployment before actual deployment
|
# Test npm deployment before actual deployment
|
||||||
# ./scripts/npm-deployment-test.sh
|
# ./scripts/npm-deployment-test.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user