Skip to content

chore(deps): update dependency vite-plugin-inspect to v0.10.6 #1623

chore(deps): update dependency vite-plugin-inspect to v0.10.6

chore(deps): update dependency vite-plugin-inspect to v0.10.6 #1623

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout latest changes
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
- name: Install Dependencies
run: yarn
- name: Build
run: yarn workspace @storipress/unplugin-eta build
- name: Install Playwright Browsers
run: yarn workspace unplugin-eta-playground playwright install --with-deps
- name: Run test script
run: yarn workspace unplugin-eta-playground test:all
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: packages/playground/playwright-report/
retention-days: 7