Skip to content

Commit 8c2ba6c

Browse files
committed
Trying to fix codegen github action.
1 parent 348e46e commit 8c2ba6c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/codegen.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
tags: github-action
3232

3333
- name: Start containers
34-
run: docker compose -f "docker-compose.test.yml" up -d --build
34+
run: docker compose -f "docker-compose.yml" up -d --build
3535

36-
# setup node
3736
- name: Install node
3837
uses: actions/setup-node@v3
3938
with:
@@ -62,4 +61,4 @@ jobs:
6261
6362
- name: Stop containers
6463
if: always()
65-
run: docker compose -f "docker-compose.test.yml" down
64+
run: docker compose -f "docker-compose.yml" down

0 commit comments

Comments
 (0)