Skip to content

Add Synology Photo #125

Add Synology Photo

Add Synology Photo #125

Workflow file for this run

name: PR Checks
on:
pull_request:
branches: [master]
jobs:
test_all_apps:
name: Test all Apps
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup node env
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
- name: Run App Tests
run: node testRunner.js