fix: backend tests breaking with permision (#2067)
Docker Image CI / build-and-push-image (push) Has been cancelled
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
release-please / release-please (push) Has been cancelled
test / test-backend (20.x) (push) Has been cancelled
test / test-backend (22.x) (push) Has been cancelled
test / backend (node env, api-test) (22.x) (push) Has been cancelled
test / puterjs (browser env, playwright) (22.x) (push) Has been cancelled
test / puterjs (node env, vitest) (22.x) (push) Has been cancelled

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
+3 -3
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)