diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bb7d61d..3af89c7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,9 @@ jobs: node-version: 18 cache: yarn - name: Install dependencies - run: yarn + run: | + yarn + yarn playwright install - name: test and build env: BASE_PATH: '/${{ github.event.repository.name }}'