From f2b31909b25d56236b3394333af45433cb433458 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Thu, 18 Aug 2022 14:05:28 +0200 Subject: [PATCH] Change 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 048ed8c..3367ec2 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 2.2 3.0 3.1 + run: __tests__/verify-dotnet.ps1 '2.2' '3.0' '3.1' test-setup-with-wildcard: runs-on: ${{ matrix.operating-system }}