Skip to content

Commit

Permalink
ci(github): use bun
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Dec 13, 2023
1 parent 96a9ea7 commit 70071c0
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version-file: package.json
- run: npm ci
- run: timout 1 npm start
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: timout 1 bun run start

e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- uses: oven-sh/setup-bun@v1
- run: bun install
- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit 70071c0

Please sign in to comment.