This commit is contained in:
Simon Larsen
2022-08-03 22:16:03 +01:00
parent a1abb5b2fd
commit 2085a60dda
20 changed files with 22 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd CommonUI && npm install
- run: cd Accounts && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd Alert && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd ApiDocs && npm install && npm run compile

View File

@@ -17,5 +17,6 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install && npm run compile

View File

@@ -17,5 +17,6 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonUI && npm install && npm run compile

View File

@@ -16,5 +16,6 @@ jobs:
- uses: actions/setup-node@v2
with:
check-latest: true
- run: cd Common && npm install && npm run compile
- run: cd Common && npm install
- run: cd Model && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd CommonUI && npm install
- run: cd DashboardAPI && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd CommonUI && npm install
- run: cd Dashboard && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd HelmChart && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd Home && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd Identity && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd Integration && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd Licensing && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd Mail && npm install && npm run compile

View File

@@ -17,5 +17,6 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd Model && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd ProbeAPI && npm install && npm run compile

View File

@@ -17,6 +17,7 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd Realtime && npm install && npm run compile

View File

@@ -17,5 +17,6 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && bash test-setup.sh
- run: cd CommonServer && npm install && npm run test

View File

@@ -16,5 +16,6 @@ jobs:
- uses: actions/setup-node@v2
with:
check-latest: true
- run: cd Common && npm install && npm run test
- run: cd Common && npm install
- run: cd Model && npm install && npm run test

View File

@@ -17,5 +17,6 @@ jobs:
with:
check-latest: true
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd Model && npm install && npm run test