From 281e92ea8e61bd7c6f437b4ad237cd4ea7fa007f Mon Sep 17 00:00:00 2001 From: Mo Date: Wed, 15 Jun 2022 10:28:12 -0500 Subject: [PATCH] chore: workflow --- .github/workflows/pr.components.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.components.yml b/.github/workflows/pr.components.yml index ce0a1292f..aa3c17694 100644 --- a/.github/workflows/pr.components.yml +++ b/.github/workflows/pr.components.yml @@ -11,9 +11,6 @@ on: jobs: test: runs-on: ubuntu-latest - defaults: - run: - working-directory: packages/components steps: - name: Checkout code uses: actions/checkout@v2 @@ -25,10 +22,13 @@ jobs: - name: Lint components run: yarn components:lint + working-directory: packages/components - name: Compile components run: yarn components:compile + working-directory: packages/components - name: Test components run: yarn components:test + working-directory: packages/components - name: Lint all run: yarn lint