Skip to content

Fix filtering objects when filter contains both source files and other object types #22

Fix filtering objects when filter contains both source files and other object types

Fix filtering objects when filter contains both source files and other object types #22

Workflow file for this run

on:
pull_request:
paths:
- 'src/api/**'
jobs:
tester:
environment: testing_environment
name: Test runner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run test
env:
VITE_SERVER: ${{ secrets.VITE_SERVER }}
VITE_DB_USER: ${{ secrets.VITE_DB_USER }}
VITE_DB_PASS: ${{ secrets.VITE_DB_PASS }}
VITE_DB_PORT: ${{ secrets.VITE_DB_PORT }}