File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,13 @@ jobs:
1919 uses : actions/setup-dotnet@v4
2020 with :
2121 dotnet-version : ' 9.0.x'
22+
23+ - name : Set up Docker Compose
24+ uses : docker/setup-compose-action@v1
2225
2326 - name : Start Docker Compose services
2427 working-directory : ./NullOpsDevs.LibSsh.Test
25- run : docker- compose up -d
28+ run : docker compose up -d
2629
2730 - name : Build test project (Release)
2831 run : dotnet build -c Release --self-contained -r linux-x64 ./NullOpsDevs.LibSsh.Test/NullOpsDevs.LibSsh.Test.csproj
3437 - name : Cleanup Docker Compose
3538 if : always()
3639 working-directory : ./NullOpsDevs.LibSsh.Test
37- run : docker- compose down -v
40+ run : docker compose down -v
3841
3942 # Placeholder for NuGet publish job (will be added later)
4043 # publish:
You can’t perform that action at this time.
0 commit comments