Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Jul 18, 2023
1 parent 3f35750 commit 96e9fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
dotnet-version: '6.0.x'
- name: Build and test
run: dotnet run --project ./build/Build.fsproj runTestsDotNet
run: dotnet run --project ./build/Build.fsproj runTests

build-and-test-windows:

Expand All @@ -31,4 +31,4 @@ jobs:
with:
dotnet-version: '6.0.x'
- name: Build and test
run: dotnet run --project ./build/Build.fsproj runTestsDotNet
run: dotnet run --project ./build/Build.fsproj runTests

0 comments on commit 96e9fa5

Please sign in to comment.