mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix job
This commit is contained in:
1
.github/workflows/compile.accounts.yaml
vendored
1
.github/workflows/compile.accounts.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.alert.yaml
vendored
1
.github/workflows/compile.alert.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.api-docs.yaml
vendored
1
.github/workflows/compile.api-docs.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.common-server.yaml
vendored
1
.github/workflows/compile.common-server.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.common-ui.yaml
vendored
1
.github/workflows/compile.common-ui.yaml
vendored
@@ -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
|
||||
|
||||
3
.github/workflows/compile.common.yaml
vendored
3
.github/workflows/compile.common.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.dashboard-api.yaml
vendored
1
.github/workflows/compile.dashboard-api.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.dashboard.yaml
vendored
1
.github/workflows/compile.dashboard.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.helmchart.yaml
vendored
1
.github/workflows/compile.helmchart.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.home.yaml
vendored
1
.github/workflows/compile.home.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.identity.yaml
vendored
1
.github/workflows/compile.identity.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.integration.yaml
vendored
1
.github/workflows/compile.integration.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.licensing.yaml
vendored
1
.github/workflows/compile.licensing.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.mail.yaml
vendored
1
.github/workflows/compile.mail.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.model.yaml
vendored
1
.github/workflows/compile.model.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.probe-api.yaml
vendored
1
.github/workflows/compile.probe-api.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/compile.realtime.yaml
vendored
1
.github/workflows/compile.realtime.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/test.common-server.yaml
vendored
1
.github/workflows/test.common-server.yaml
vendored
@@ -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
|
||||
3
.github/workflows/test.common.yaml
vendored
3
.github/workflows/test.common.yaml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/test.model.yaml
vendored
1
.github/workflows/test.model.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user