Whoops typo
All checks were successful
test / run-tests-client (push) Successful in 18s
test / run-tests-backend (push) Successful in 15s

This commit is contained in:
BinarySandia04 2024-10-09 15:44:59 +02:00
parent ed2e50c23f
commit ef70467b0b

View File

@ -29,8 +29,8 @@ jobs:
with:
node-version: '22'
- name: "Install dependencies"
working-directory: ./server
working-directory: ./backend
run: npm ci
- name: "Test server"
working-directory: ./server
working-directory: ./backend
run: npm run test