Skip to content

Commit

Permalink
ci: Merge preview into pr.yml (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jul 6, 2024
1 parent 0a68467 commit 75459c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 27 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,15 @@ jobs:
main-branch-name: main
- name: Run Checks
run: pnpm run test:pr
preview:
name: Preview
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Publish Previews
run: pnpx pkg-pr-new publish --pnpm --compact './packages/*' --no-template
27 changes: 0 additions & 27 deletions .github/workflows/preview.yml

This file was deleted.

0 comments on commit 75459c0

Please sign in to comment.