diff --git a/.github/workflows/waspc-ci.yaml b/.github/workflows/waspc-ci.yaml index da683cbb36..655b79fab1 100644 --- a/.github/workflows/waspc-ci.yaml +++ b/.github/workflows/waspc-ci.yaml @@ -188,6 +188,7 @@ jobs: id: headless-store-playwright-version if: matrix.os == 'ubuntu-20.04' run: | + cd examples/todoApp PLAYWRIGHT_VERSION=$(npm ls @playwright/test | grep @playwright | sed 's/.*@//') echo "Playwright's Version: $PLAYWRIGHT_VERSION" echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV