Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Apr 18, 2024
1 parent 7dcef91 commit 266e153
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x.x
dotnet-version: 8.x.x
- name: make script executable
run: chmod u+x build.sh
- name: Build and test
Expand All @@ -28,16 +28,16 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.x.x
dotnet-version: 8.x.x
- name: Build and test
working-directory: ./
run: ./build.cmd runtestswithcodecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
directory: ./
files: ./codeCov.xml
Expand Down
20 changes: 0 additions & 20 deletions codecov.yml

This file was deleted.

0 comments on commit 266e153

Please sign in to comment.