Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-josepha committed Apr 12, 2024
1 parent 7e71216 commit 22d1bc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-dotnet-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ jobs:
esac
fi
- name: Nuget package installation
working-directory: ${{ matrix.dir }}
run: |
dotnet restore
- name: Build samples
working-directory: ${{ matrix.dir }}
run: |
Expand Down

0 comments on commit 22d1bc3

Please sign in to comment.