1 Commits

Author SHA1 Message Date
899520fd3c Added: gitea action for backend 2024-06-03 12:35:07 +02:00

View File

@@ -15,18 +15,9 @@ jobs:
with:
node-version: "20.14.0"
- name: npm install
working-directory: api/
- name: npm install, build and test
run: |
npm install
- name: npm run build
working-directory: api/
run: |
npm run build --if-present
- name: npm run test
working-directory: api/
run: |
npm run test