chore: workflow

This commit is contained in:
Mo
2022-06-15 10:28:12 -05:00
parent a212156d4c
commit 281e92ea8e

View File

@@ -11,9 +11,6 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/components
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
@@ -25,10 +22,13 @@ jobs:
- name: Lint components - name: Lint components
run: yarn components:lint run: yarn components:lint
working-directory: packages/components
- name: Compile components - name: Compile components
run: yarn components:compile run: yarn components:compile
working-directory: packages/components
- name: Test components - name: Test components
run: yarn components:test run: yarn components:test
working-directory: packages/components
- name: Lint all - name: Lint all
run: yarn lint run: yarn lint