Test build

This commit is contained in:
Ian Wijma 2023-11-05 00:40:45 +11:00
parent 35f3635096
commit 1a8279f2ff
1 changed files with 18 additions and 0 deletions

18
.github/workflows/build.yaml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Bonsai CI
run-name: ${{ gitea.actor }} is running spotify.local CI pipeline 🚀
on: [push]
concurrency: 'true'
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Download dependencies
run: npm ci
- name: Build binairy files
run: npm run build
- uses: actions/upload-artifact@v3
with:
path: bin