Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Creach committed Jul 3, 2024
1 parent 0d0d6aa commit 57a0ba4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/unitTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- uses: actions/setup-dotnet@v4
- name: Add dotnet tools
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
# cache: true
- run: dotnet test ./katas/katas.sample.test\

0 comments on commit 57a0ba4

Please sign in to comment.