Commit a7f52425 authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

separate test and build

parent fc2f2d20
Loading
Loading
Loading
Loading

docker-compose.test.yml

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
sut:
  build: .
  command: bash run_tests.sh
+4 −0
Original line number Diff line number Diff line
sut:
  build: .
  command: echo "build complete"

test:
  build: .
  command: bash run_tests.sh