Update main.yml

This commit is contained in:
Bastian Wagner
2024-11-28 11:57:14 +01:00
committed by GitHub
parent 424d4cddb2
commit dad42333e8

View File

@@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run Unit-Tests
run: |
cd client
npm install
npm run test
build_and_publish_backend: