Skip to content

Commit 6f61876

Browse files
authored
Update build-and-test.yml
1 parent ce94e3f commit 6f61876

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
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet build --configuration Release --no-restore
3232

3333
- name: Initialize Testing Stack
34-
run: docker-compose up -d
34+
run: docker compose up -d
3535

3636
- name: Test
3737
run: dotnet test --no-restore

0 commit comments

Comments
 (0)