Skip to content

Commit

Permalink
ci: test bun
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Dec 19, 2024
1 parent bb6904a commit 733441f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build

on:
workflow_run:
workflows: [Test]
types:
- completed
push:
paths-ignore:
- 'docs/**'
- '**.md'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -30,8 +30,10 @@ jobs:
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Bun Install
run: cd web && bun install --frozen-lockfile
- name: Build Web
run: cd web && bun install --frozen-lockfile && bun pm trust --all && bun install --frozen-lockfile && bun build && bash copy-build.sh
run: cd web && bun run build && bash copy-build.sh
- name: Build with Gradle
run: ./gradlew :boot:bootjar
- name: Upload Jar
Expand Down

0 comments on commit 733441f

Please sign in to comment.