Skip to content

Commit 63ba984

Browse files
zajcaclaude
andcommitted
fix: add tests service alias for standalone repo workflow compatibility
The package-local master.yml workflow references docker compose service 'tests' which was removed in the docker-compose consolidation. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0150dee commit 63ba984

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
services:
2-
dev:
2+
dev: &dev
33
build:
44
context: ../..
55
dockerfile: Dockerfile
@@ -8,6 +8,10 @@ services:
88
volumes:
99
- ./:/code
1010

11+
# Alias for standalone repo workflow compatibility
12+
tests:
13+
<<: *dev
14+
1115
dev-xdebug:
1216
build:
1317
context: ../..

0 commit comments

Comments
 (0)