mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
create-tauri-app welcome prompt and recipes links (#1748)
* CTA welcome prompt and recipes links * fix tests for new recipe names * check that package file exists before build * change file * turn off vuecli tests until we can get them to pass
This commit is contained in:
4
.github/workflows/test-cta.yml
vendored
4
.github/workflows/test-cta.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
matrix:
|
||||
node: ["14", "16"]
|
||||
manager: ["6", "7"]
|
||||
recipe: ["vanillajs", "reactjs", "reactts", "vite", "vuecli"]
|
||||
recipe: ["vanillajs", "cra", "vite"]
|
||||
exclude:
|
||||
- node: "16"
|
||||
manager: "6"
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: ["14", "16"]
|
||||
recipe: ["vanillajs", "reactjs", "reactts", "vite", "vuecli"]
|
||||
recipe: ["vanillajs", "cra", "vite"]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user