Skip to content

chore(deps): update voidzero-dev/setup-vp action to v1.10.0 #633

chore(deps): update voidzero-dev/setup-vp action to v1.10.0

chore(deps): update voidzero-dev/setup-vp action to v1.10.0 #633

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize]
permissions: {}
jobs:
ci:
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
- uses: voidzero-dev/setup-vp@ca1c46663915d6c1042ae23bd39ab85718bfb0fa # v1.10.0
with:
cache: true
- run: npx playwright install chromium
- name: Check
run: vp check
- name: Test
run: vp test run
- name: Build
run: vp run build