fix: backend tests breaking with permision (#2067)

This commit is contained in:
Daniel Salazar
2025-11-29 13:50:27 -08:00
committed by GitHub
parent e8f00e1121
commit cea94d16cb
7 changed files with 56 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ on:
branches: ["main"]
jobs:
test:
test-backend:
runs-on: ubuntu-latest
strategy:
@@ -22,13 +22,13 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Build
- name: Backend Tests
run: |
rm package-lock.json
npm install -g npm@latest
npm install
npm run build
npm run test
npm run test:backend
api-test:
name: backend (node env, api-test)