diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1912899..a26a2f4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,8 +17,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - name: Install Playwright dependencies - run: sudo apt-get install -y libdbus-glib-1-2 - name: Set yarn to ignore engines version check run: yarn config set ignore-engines true - name: Install dependencies