Skip to content

Commit

Permalink
🚧 CI: use regular ubuntu container with bun action
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Nov 28, 2024
1 parent 924a46e commit f9ef8d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ on:
branches:
- next
workflow_dispatch:

jobs:
build_and_deploy:
runs-on: ubuntu-latest
container: oven/bun:1
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Bun
uses: oven-sh/setup-bun@v1

- name: Install depends
run: sudo apt update -y && sudo apt install -y git

- name: Build
run: bun install --frozen-lockfile --production && bun --bun run build

0 comments on commit f9ef8d3

Please sign in to comment.