generated from stijnvanhulle/template
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ba0b363
commit 9d4d72a
Showing
6 changed files
with
37 additions
and
128 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ name: e2e | |
|
||
on: | ||
pull_request: | ||
paths-ignore: | ||
- "docs/**" | ||
- "examples/**" | ||
- "**/*.md" | ||
workflow_dispatch: | ||
# inputs: | ||
# os: | ||
|
@@ -12,7 +16,7 @@ on: | |
# - ubuntu-latest | ||
# - macos-latest | ||
# - windows-latest | ||
|
||
jobs: | ||
build: | ||
name: Build and Test | ||
|
@@ -31,7 +35,7 @@ jobs: | |
- os: ubuntu-latest | ||
node-version: 18 | ||
installer: pnpm run | ||
include: | ||
include: | ||
- os: windows-latest | ||
node-version: 18 | ||
installer: pnpm run | ||
|
@@ -40,7 +44,7 @@ jobs: | |
installer: bun run | ||
|
||
## comment out for support of node 19,20 | ||
# include: | ||
# include: | ||
|
||
# - os: windows-latest | ||
# installer: pnpm run | ||
|
@@ -63,30 +67,30 @@ jobs: | |
# node-version: 20 | ||
# installer: bun run | ||
# experimental: true | ||
|
||
runs-on: ${{ matrix.os }} | ||
continue-on-error: ${{ matrix.experimental || false }} | ||
|
||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 2 | ||
|
||
- uses: pnpm/[email protected] | ||
with: | ||
version: 8 | ||
|
||
- name: Setup Node.js(${{ matrix.node-version }}) environment | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
cache: 'pnpm' | ||
registry-url: 'https://registry.npmjs.org' | ||
|
||
- name: Install dependencies | ||
run: pnpm install --prefer-offline | ||
|
||
- name: Install bun | ||
if: ${{ matrix.os == 'ubuntu-latest' }} | ||
uses: oven-sh/setup-bun@v1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9d4d72a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
kubb – ./
kubb.dev
kubb-git-main-kubb.vercel.app
kubb-kubb.vercel.app
www.kubb.dev