mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-23 19:25:06 -04:00
Launch webdriver test in docker container
This commit is contained in:
1 parent
2520970698
commit
f063aa16a8
1 file changed
+2
-2
+2
-2
@@ -10,8 +10,8 @@ services:
|
||||
|
||||
before_install:
|
||||
- docker build -t jekkos/opensourcepos .
|
||||
- docker run -d -p 127.0.0.1:80:80 jekkos/opensourcepos /bin/sh -c "cd /app; npm install"
|
||||
- docker run -d jekkos/opensourcepos /bin/sh -c "cd /app; npm install"
|
||||
- docker ps -a
|
||||
|
||||
script:
|
||||
- grunt mochaWebdriver:test
|
||||
- docker run -d -p 127.0.0.1:80:80 jekkos/opensourcepos /bin/sh -c "cd /app; grunt mochaWebdriver:test"
|
||||
Reference in new issue
Block a user