fix: ci
Some checks failed
ci / build-ui (push) Failing after 4s
ci / test (push) Failing after 9s
ci / publish (push) Has been skipped

This commit is contained in:
Matthew McPeak 2026-06-17 15:31:24 -04:00
parent 034cd4df8c
commit d9d9c033bb
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -3,7 +3,7 @@ name: ci
on:
push:
tags:
- 'v*'
- "v*"
pull_request:
jobs:
@ -41,6 +41,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Inject bunfig.toml
run: printf '[install.scopes]\n"@nychthemeron" = { token = "${BUN_AUTH_TOKEN}", url = "https://git.mcpeakdev.com/api/packages/McPeakDev/npm/" }\n' > /root/.bunfig.toml
env:
BUN_AUTH_TOKEN: ${{ secrets.BUN_AUTH_TOKEN }}
- name: Install dependencies
run: bun install --frozen-lockfile
working-directory: ui