Closed kurudrive closed 1 week ago
https://github.com/vektor-inc/lightning/issues/1199
CSS Optimize を無効化している都合上 Playwright のテストが通らないため一旦削除
- name: Install dependencies //////////////////////// run: npm ci - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests run: npx playwright test --trace on --project=chromium - uses: actions/upload-artifact@v3 if: always() with: name: playwright-report path: playwright-report/ retention-days: 30
チケットへのリンク / 変更の理由(元のissueがあればリンクを貼り付ければOK)
https://github.com/vektor-inc/lightning/issues/1199
CSS Optimize を無効化している都合上 Playwright のテストが通らないため一旦削除