mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Log stage names as they are running in travis script.
This commit is contained in:
parent
9366741980
commit
bd5bb497e3
|
@ -22,15 +22,19 @@ docker-compose -f docker-compose.yml \
|
|||
pull
|
||||
|
||||
# Build
|
||||
echo "===> Build stage"
|
||||
authelia-scripts build
|
||||
|
||||
# Run unit tests
|
||||
echo "===> Unit tests stage"
|
||||
authelia-scripts unittest --forbid-only
|
||||
|
||||
# Build the docker image
|
||||
echo "===> Docker image build stage"
|
||||
authelia-scripts docker build
|
||||
|
||||
# Run integration tests
|
||||
echo "===> e2e stage"
|
||||
authelia-scripts suites test --headless --forbid-only
|
||||
|
||||
# Test npm deployment before actual deployment
|
||||
|
|
Loading…
Reference in New Issue
Block a user