Skip to content

workflow: update ci #86

workflow: update ci

workflow: update ci #86

Workflow file for this run

name: E2e test
on: [push, pull_request]
jobs:
run-e2e-test-vite2.x-4:
strategy:
matrix:
version: [16, 18]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
node-version: ${{ matrix.version }}
- name: Install berry
run: corepack enable
- name: install dependices
run: yarn
- name: test vite2.x -4.x
run: yarn ava e2e/vite[2-4]/**/*.spec.ts
run-e2e-test-vite5.x:
strategy:
martrix:

Check failure on line 26 in .github/workflows/e2e-test.yaml

View workflow run for this annotation

GitHub Actions / E2e test

Invalid workflow file

The workflow is not valid. .github/workflows/e2e-test.yaml (Line: 26, Col: 7): Unexpected value 'martrix'
version: [18,20]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
node-version: ${{ matrix.version }}
- name: Install berry
run: corepack enable
- name: install dependices
run: yarn
- name: test 5.x
run: yarn ava e2e/vite5/**/*.spec.ts