Skip to content

Commit

Permalink
Add test action for listing sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-laevskii committed Sep 3, 2023
1 parent 4dba25f commit 548033d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ on:
- '**.md'

jobs:
check-installed:
runs-on: 'windows-latest'
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Clear toolcache
shell: pwsh
run: dotnet --list-sdks
setup-version:
runs-on: ${{ matrix.operating-system }}
strategy:
Expand Down

0 comments on commit 548033d

Please sign in to comment.