We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b33b65 commit d812544Copy full SHA for d812544
.github/workflows/build-and-test.yml
@@ -24,7 +24,7 @@ jobs:
24
run: dotnet build --configuration Release --no-restore
25
26
- name: Initialize Testing Stack
27
- run: docker-compose up -d
+ run: docker compose up -d
28
29
- name: Test
30
run: dotnet test --no-restore
0 commit comments