From fe9b189798eaf6f3eb456f1df1139ef2d9183130 Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Thu, 7 Nov 2024 15:51:20 -0800 Subject: [PATCH] verification done --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80ec1a524..79415982c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -274,7 +274,7 @@ jobs: playwright-cucumberjs: needs: build - runs-on: windows-latest + runs-on: ubuntu-latest steps: - name: Checkout @@ -285,11 +285,14 @@ jobs: with: name: saucectlbin + - name: Set Permissions + run: chmod +x ./saucectl + - name: Saucectl RUN - Config Driven working-directory: ./tests/e2e/playwright-cucumberjs run: | npm ci --production - ..\..\..\saucectl.exe run + ../../../saucectl run imagerunner: needs: build