Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidmonis authored Sep 30, 2024
1 parent 28d35ab commit 0160a9c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Install Docker
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
- name: Verify Docker is running
run: docker info
run: docker --version
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 0160a9c

Please sign in to comment.