Skip to content

Commit 483b17d

Browse files
committed
undo changes in git make workflow
1 parent 53e89d7 commit 483b17d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/make.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@ jobs:
1414
node-version: 8
1515
- run: |
1616
docker swarm init
17-
- run: make create-networks
1817
- run: docker compose -f docker-compose-dev.yml pull cadvisor node-exporter prometheus rabbit redis
19-
- run: docker compose -f docker-compose-dev.yml up -d platform-controller rabbit redis # Start only necessary services
2018
- run: make test
21-
- run: docker compose -f docker-compose-dev.yml down # Clean up containers and networks

0 commit comments

Comments
 (0)