From 1a8279f2ff02b290a2ba99148673c8058ff6d9be Mon Sep 17 00:00:00 2001 From: Ian Wijma Date: Sun, 5 Nov 2023 00:40:45 +1100 Subject: [PATCH] Test build --- .github/workflows/build.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/build.yaml diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml new file mode 100644 index 0000000..96ad528 --- /dev/null +++ b/.github/workflows/build.yaml @@ -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