From 8bdb3102c808bb56b2d725edce94238bbc8c3cac Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Thu, 18 Aug 2022 13:46:17 +0200 Subject: [PATCH] Fix e2e test --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 8cde877..048ed8c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -166,7 +166,7 @@ jobs: dotnet-version: 3.0.* - name: Verify dotnet shell: pwsh - run: __tests__/verify-dotnet.ps1 3.1 2.2 3.0 + run: __tests__/verify-dotnet.ps1 2.2 3.0 3.1 test-setup-with-wildcard: runs-on: ${{ matrix.operating-system }}