Author SHA1 Message Date
fr 82a24efd91 Test commit
Build DeguApp backend / build (pull_request) Failing after 2m15s
2024-06-03 13:22:54 +02:00
fr 5f29773b4a Added: gitea action for backend 2024-06-03 13:22:54 +02:00
fr 7eb548e138 Added: gitea action for backend 2024-06-03 13:22:25 +02:00
+10 -1
View File
@@ -15,9 +15,18 @@ jobs:
with:
node-version: "20.14.0"
- name: npm install, build and test
- name: npm install
working-directory: api/
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