File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 sudo apt-get update
1313 sudo apt-get install -y docker-compose
1414 - name : Build the stack
15- run : docker-compose -f project /compose.yaml build
15+ run : docker-compose -f Project /compose.yaml build
1616 # Container starten
1717 - name : Start services
18- run : docker-compose -f project /compose.yaml up -d
18+ run : docker-compose -f Project /compose.yaml up -d
1919
2020 # Healthcheck / Test
2121 # - name: Run tests
3939 sleep $wait_seconds
4040 done
4141 echo "service not ready" >&2
42- docker-compose -f project /compose.yaml ps || true
43- docker-compose -f project /compose.yaml logs || true
42+ docker-compose -f Project /compose.yaml ps || true
43+ docker-compose -f Project /compose.yaml logs || true
4444 exit 1
4545
4646 - name : Smoke test
47- run : curl -fsSL -o /dev/null http://localhost:8000/
47+ run : curl -fsSL -o /dev/null http://localhost:8000/
You can’t perform that action at this time.
0 commit comments