mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Changing script workflow
This commit is contained in:
parent
6b8c92c6b3
commit
cb983f7ffd
@ -28,5 +28,6 @@ install:
|
|||||||
# - sleep 4 # give xvfb some time to start
|
# - sleep 4 # give xvfb some time to start
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker run -dt -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" -p 127.0.0.1:80:80 pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|
- docker run --name pandorafms -h pandorafms -dt -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" -p 127.0.0.1:80:80 pandorafms/pandorafms-base tail -f /var/log/httpd/access_log
|
||||||
- python $TRAVIS_BUILD_DIR/tests/console/PAN1.py
|
- docker exec -t pandorafms /tmp/pandorafms/tests/test.sh
|
||||||
|
- python $TRAVIS_BUILD_DIR/tests/run_console_tests.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user