From 426d5d2879549b60c78d07fcb49ac78d5dc87863 Mon Sep 17 00:00:00 2001 From: xztaityozx Date: Sat, 2 Dec 2023 12:35:46 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20Pester=E7=B5=8C=E7=94=B1=E3=81=A7?= =?UTF-8?q?=E8=B5=B7=E5=8B=95=E3=81=99=E3=82=8B=E3=81=A8=E3=83=91=E3=82=B9?= =?UTF-8?q?=E3=81=8C=E8=A7=A3=E6=B1=BA=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b2cc0fe..2bd608f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -63,7 +63,7 @@ jobs: working-directory: ./test/e2e/${{ matrix.os }} shell: pwsh run: | - Invoke-Pester ../test.ps1 + ../test.ps1 - name: E2E test (bash) working-directory: ./test/e2e/${{ matrix.os }}