dotnet-docker
Some checks failed
Unit tests / test (push) Failing after 1s

This commit is contained in:
Olga Nemt 2024-12-20 12:16:42 +05:00
parent 6f07caaad9
commit 37fa395c24

View File

@ -29,7 +29,10 @@ jobs:
steps: steps:
- name: Build and test - name: Build and test
run: docker run --rm mcr.microsoft.com/dotnet/samples uses: docker/dotnet-docker
with:
target: build
load: true
# - name: Setup dotnet # - name: Setup dotnet
# uses: actions/setup-dotnet@v4 # uses: actions/setup-dotnet@v4
# with: # with: