Skip to content

Commit

Permalink
forgot to add to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Aug 26, 2024
1 parent f9a1b34 commit c1db25d
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,17 @@ jobs:
fail-fast: false
matrix:
example:
["next-js", "nuxt", "remix", "rollup", "sveltekit", "vite", "webpack", "solidstart"]
[
"next-js",
"nuxt",
"remix",
"rollup",
"sveltekit",
"vite",
"webpack",
"solidstart",
"tokenless",
]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -354,7 +364,17 @@ jobs:
fail-fast: false
matrix:
example:
["next-js", "nuxt", "remix", "rollup", "sveltekit", "vite", "webpack", "solidstart"]
[
"next-js",
"nuxt",
"remix",
"rollup",
"sveltekit",
"vite",
"webpack",
"solidstart",
"tokenless",
]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c1db25d

Please sign in to comment.