Skip to content

Commit b6a200e

Browse files
committed
chore: fix name of docker service for app on TypeScript
Correction for 6a5dc71 commit. Part of #13
1 parent 07fdad5 commit b6a200e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# "application-port" must match "services.$name.environment:PORT" from docker-compose.yaml
3131
- docker-service-name: 'express-js'
3232
application-port: 3010
33-
- service-name: 'express-ts'
33+
- docker-service-name: 'express-ts'
3434
application-port: 3020
3535
- service-name: 'chi'
3636
application-port: 3030

0 commit comments

Comments
 (0)