diff --git a/.github/workflows/release-branch-artifact.yaml b/.github/workflows/release-branch-artifact.yaml index 7683b7623acee..ac03e3c197c5e 100644 --- a/.github/workflows/release-branch-artifact.yaml +++ b/.github/workflows/release-branch-artifact.yaml @@ -25,6 +25,8 @@ jobs: npm test env: CI: true + - name: Adding playwright + run: npm install --no-save --no-package-lock playwright - name: Validate the browser can import TypeScript run: gulp test-browser-integration - name: LKG, clean, and pack