Skip to content

Extract design system vue components #28

Extract design system vue components

Extract design system vue components #28

Workflow file for this run

name: Test
on:
push:
branches:
- main
- next
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Installing packages
run: npm ci
- name: Tests
run: npx turbo run test