Skip to content

Commit

Permalink
Fix Astro template test
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Nov 13, 2023
1 parent 5f0e9a6 commit ac9f16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
[
'npx create-next-app --example "https://github.com/sumup-oss/circuit-ui/tree/main/packages/cna-template/template" test-app',
'npx create-remix@latest ./test-app --template https://github.com/sumup-oss/circuit-ui/tree/main/packages/remix-template --install --no-git-init',
'npx create-astro@latest ./test-app --template sumup-oss/circuit-ui/packages/astro-template',
'npx create-astro@latest ./test-app --template sumup-oss/circuit-ui/packages/astro-template --install --no-git --typescript=strictest',
]
steps:
- name: Checkout repository
Expand All @@ -39,4 +39,4 @@ jobs:

- name: Test app
working-directory: ./test-app
run: npx start-server-and-test start 0.0.0.0:3000 "node ../scripts/verify-template.js"
run: npx start-server-and-test 'npm run start -- --port=3000' 0.0.0.0:3000 "node ../scripts/verify-template.js"

1 comment on commit ac9f16f

@vercel
Copy link

@vercel vercel bot commented on ac9f16f Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.