Skip to content

Fix companion queue size #9

Fix companion queue size

Fix companion queue size #9

Workflow file for this run

# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
name: Build
on:
push:
branches:
- master
defaults:
run:
shell: bash
working-directory: src/366x366
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup
uses: actions/setup-node@v3
with:
node-version: 14
- name: install
run: npm ci
- name: build
run: npx fitbit-build
- name: Upload fba
uses: actions/upload-artifact@v3
with:
name: fitbit-overview
path: src/366x366/build/*.fba