Skip to content

Commit

Permalink
Update verify_init to use sv to create a template project
Browse files Browse the repository at this point in the history
  • Loading branch information
SeppahBaws committed Oct 23, 2024
1 parent d0ffd78 commit 0357868
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,8 @@ jobs:
- name: Build packages
run: cd houdini && pnpm run compile

- name: Checkout template
uses: actions/checkout@v4
with:
repository: sveltejs/kit
path: kit

- name: Extract Template
run: mv kit/packages/create-svelte/templates/default project
- name: Create template project
run: pnpm dlx sv create project --check-types none --template demo --no-integrations --no-install

- name: Run init
run: cd project && node ../houdini/packages/houdini/build/cmd-esm/index.js init -y
Expand Down

0 comments on commit 0357868

Please sign in to comment.