Skip to content

Commit

Permalink
WIP: Use pkg-pr-new templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed Jul 6, 2024
1 parent bfad0b6 commit e9a97ec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
directory: packages
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
16 changes: 16 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,19 @@ jobs:
uses: codecov/codecov-action@v3
with:
directory: packages
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
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: Build Packages
run: pnpm run build:all
- name: Publish Previews
run: pnpx pkg-pr-new publish --pnpm --compact './packages/*' --template './examples/*/*'
29 changes: 0 additions & 29 deletions .github/workflows/preview.yml

This file was deleted.

0 comments on commit e9a97ec

Please sign in to comment.