Skip to content

Commit

Permalink
Fix targets in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooshua committed Aug 16, 2023
1 parent b96a981 commit 258d8e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
dotnet-quality: 'ga'

- name: Build ${{ matrix.runtime }}
run: dotnet publish -f net6.0 -c Release -r ${{ matrix.runtime }}
run: dotnet publish BitMod.sln -c Release -r ${{ matrix.runtime }}

- name: Upload Files
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
dotnet-quality: 'ga'

- name: Install dependencies
run: dotnet restore
run: dotnet restore BitMod.sln
- name: Build for ${{ matrix.framework-version }}
run: dotnet build tests/BitMod.Tests --framework ${{ matrix.framework-version }} --configuration Release --no-restore
- name: Test for ${{ matrix.framework-version }}
Expand Down

0 comments on commit 258d8e9

Please sign in to comment.