From e6109b1099c5558c31a61275abadbbdc1e791cbd Mon Sep 17 00:00:00 2001 From: Simon G <21110158+SimonG96@users.noreply.github.com> Date: Thu, 9 Dec 2021 12:48:02 +0100 Subject: [PATCH] - try fixing tests --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2d0db5..1853a79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 - - uses: actions/setup-dotnet@v1 - with: - dotnet-version: '6.0.x' - name: Run tests run: dotnet test