Skip to content

Commit

Permalink
fix unit test dotnet yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shps951023 committed Dec 27, 2022
1 parent 689cf5d commit bb3b190
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 87 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.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@v3
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 5.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<div align="center">
Your <a href="https://github.com/shps951023/MiniExcel">Star</a> and <a href="https://miniexcel.github.io">Donate</a> can make MiniExcel better
</div>

---

### Introduction
Expand Down
84 changes: 0 additions & 84 deletions tests/MiniExcelTests/PerformanceEnhancementTest.cs

This file was deleted.

0 comments on commit bb3b190

Please sign in to comment.