Skip to content

feat: add video timestamp extraction for camera trap imports #485

feat: add video timestamp extraction for camera trap imports

feat: add video timestamp extraction for camera trap imports #485

Workflow file for this run

name: Tests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Run Tests
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Check out Git repository
uses: actions/checkout@v4
with:
lfs: true
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 24.x
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test