Skip to content

Commit

Permalink
try and fix ci build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sensslen committed Aug 14, 2024
1 parent 1ec82b3 commit ad1c089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:

- name: test
run: dotnet test --configuration Release -f ${{ matrix.framework }} --no-restore

test_windows:
runs-on: windows-latest
strategy:
Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
- name: build
run: msbuild -t:rebuild -property:Configuration=TestWindows

- name: test
- name: test (${{ matrix.framework }})
uses: josepho0918/vstest-action@main
with:
testAssembly: "NuGetUtility.Test.dll"
Expand Down

0 comments on commit ad1c089

Please sign in to comment.