Skip to content

LYS-7 fix branch typo #4

LYS-7 fix branch typo

LYS-7 fix branch typo #4

Workflow file for this run

name: photo-testing
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [22]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test