diff --git a/.github/workflows/unitTest.yml b/.github/workflows/unitTest.yml index c98d66c..b2d53b0 100644 --- a/.github/workflows/unitTest.yml +++ b/.github/workflows/unitTest.yml @@ -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\ \ No newline at end of file