From efd408ab22822bae4bed8cefecfbab7e1a4a9a84 Mon Sep 17 00:00:00 2001 From: Vitaliy Stoliarov Date: Wed, 20 Dec 2023 21:50:03 +0200 Subject: [PATCH] ci: fix regression workflow --- .github/workflows/regression.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/regression.yml b/.github/workflows/regression.yml index 75bbf85..d0be842 100644 --- a/.github/workflows/regression.yml +++ b/.github/workflows/regression.yml @@ -44,11 +44,11 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Init application - run: node ./dist/index.js init -s ${{ github.event.inputs.name }} -sv ${{ github.event.inputs.version }} + run: rete-qa init -s ${{ github.event.inputs.name }} -sv ${{ github.event.inputs.version }} env: CI: "" - name: Run Playwright tests - run: node ./dist/index.js test -s ${{ github.event.inputs.name }} -sv ${{ github.event.inputs.version }} + run: rete-qa test -s ${{ github.event.inputs.name }} -sv ${{ github.event.inputs.version }} - uses: actions/upload-artifact@v3 if: always() with: