Skip to content

Commit 96c7c4f

Browse files
committed
D'oh, it's env in GH actions, environment in docker-compose.yml
1 parent 8ad74aa commit 96c7c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ts_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
defaults:
9090
run:
9191
working-directory: ${{ matrix.package_dir }}
92-
environment:
92+
env:
9393
ELECTRIC_IMAGE: ${{ needs.ensure_sync_service_image.outputs.image }}
9494
steps:
9595
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)