Skip to content

Merge pull request #1330 from alanazar/patch-4 #5

Merge pull request #1330 from alanazar/patch-4

Merge pull request #1330 from alanazar/patch-4 #5

Workflow file for this run

name: build-dev
on:
pull_request:
branches-ignore:
- master
push:
branches:
- unstable
jobs:
dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
with:
node-version: "lts/*"
cache: "npm"
- name: NPM install
run: npm ci
- name: Install roku module dependencies
run: npm run ropm
- name: Build app
run: npm run build
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
with:
name: Jellyfin-Roku-dev-${{ github.sha }}
path: ${{ github.workspace }}/build/staging
if-no-files-found: error