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: