diff --git a/.github/workflows/test-e2e-linux.yml b/.github/workflows/test-e2e-linux.yml index f559678e93a..0ea5e2960b3 100644 --- a/.github/workflows/test-e2e-linux.yml +++ b/.github/workflows/test-e2e-linux.yml @@ -78,6 +78,8 @@ jobs: with: node-version-file: .nvmrc + - run: npm run precommit # fail fast + - name: Transform to Playwright tags $PW_TAGS run: bash scripts/pr-tags-transform.sh ${{ inputs.project}} "${{ inputs.grep }}" shell: bash diff --git a/.github/workflows/test-e2e-windows.yml b/.github/workflows/test-e2e-windows.yml index 0bea7f5b9e1..7c07a3507b3 100644 --- a/.github/workflows/test-e2e-windows.yml +++ b/.github/workflows/test-e2e-windows.yml @@ -59,6 +59,7 @@ jobs: steps: - uses: actions/checkout@v4 + - run: npm run precommit # fail fast - name: Set screen resolution shell: pwsh