Skip to content

Commit b00752f

Browse files
Test
1 parent 4b3554b commit b00752f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
@@ -39,9 +39,9 @@ jobs:
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/

0 commit comments

Comments
 (0)