Skip to content

Commit d812544

Browse files
authored
chore(ci): fix docker compose on CI (#104)
1 parent 9b33b65 commit d812544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: dotnet build --configuration Release --no-restore
2525

2626
- name: Initialize Testing Stack
27-
run: docker-compose up -d
27+
run: docker compose up -d
2828

2929
- name: Test
3030
run: dotnet test --no-restore

0 commit comments

Comments
 (0)