Skip to content

Commit

Permalink
fix synatx error
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Apr 22, 2024
1 parent 5642d75 commit fea9449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ runs:


- name: Build
run: pnpm build --cache-dir=.turbo
shell: bash
run: pnpm build
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/actions/build


- name: Test
run: pnpm test --cache-dir=.turbo
run: pnpm test

visual-test:
needs: [build]
Expand All @@ -37,7 +35,7 @@ jobs:
- uses: ./.github/workflows/actions/build

- name: Visual Regression
run: pnpm run visual-regression --cache-dir=.turbo
run: pnpm run visual-regression

- uses: actions/upload-artifact@v3
if: failure()
Expand Down

0 comments on commit fea9449

Please sign in to comment.