Commit 7657d97a authored by Huihui, Jonathan's avatar Huihui, Jonathan
Browse files

change env file

parent 91a2f2b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@ services:
      - ./src/:/tmp/src
      - ./test/:/test/
    env_file:
      #- ./envfile_mssql
      - ./envfile
    #command: ["sh", "-c", "pytest --cov=common /test/test.py"]
    command: ["sh", "-c", "test-db-conn && pytest -v --cov=common /test/test.py"]