Skip to content

Commit

Permalink
ci: remove unnecessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mato533 committed Dec 6, 2024
1 parent 12cb74d commit f07633d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ jobs:
echo "${RESULT}" >>"${GITHUB_OUTPUT}"
echo "${RESULT}"
- name: Setup playground
env:
TAR_NAME: ${{ steps.build.outputs.tar-name }}
working-directory: packages/sample-app
shell: bash
run: |
pnpm install "../${TAR_NAME}"
- name: Type check
working-directory: packages/sample-app
run: pnpm run typecheck
Expand Down

0 comments on commit f07633d

Please sign in to comment.