Skip to content

Stop reporting transient backend 5xx errors from media location sync to Sentry #491

Stop reporting transient backend 5xx errors from media location sync to Sentry

Stop reporting transient backend 5xx errors from media location sync to Sentry #491

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- name: Run tests
run: npm test