Skip to content

Commit 04d2113

Browse files
committed
Fix workflow
1 parent 173b916 commit 04d2113

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- run: docker-compose up --no-start
14-
- run: docker-compose -f docker-compose.yml -f compose-debug.yml up --no-start
13+
- run: docker compose up --no-start
14+
- run: docker compose -f docker-compose.yml -f compose-debug.yml -f logging.yml up --no-start

0 commit comments

Comments
 (0)