mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 13:07:46 +00:00
npm run
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
|||||||
- name: Install Dev Container CLI
|
- name: Install Dev Container CLI
|
||||||
run: npm install -g @devcontainers/cli@0.80.0
|
run: npm install -g @devcontainers/cli@0.80.0
|
||||||
- name: Lint and Unit Test All JavaScript Code
|
- name: Lint and Unit Test All JavaScript Code
|
||||||
run: npm devcontainer:lint-unit
|
run: npm run devcontainer:lint-unit
|
||||||
|
|
||||||
core:
|
core:
|
||||||
name: core
|
name: core
|
||||||
|
2
.github/workflows/login-integration-test.yml
vendored
2
.github/workflows/login-integration-test.yml
vendored
@@ -29,4 +29,4 @@ jobs:
|
|||||||
- name: Install Dev Container CLI
|
- name: Install Dev Container CLI
|
||||||
run: npm install -g @devcontainers/cli@0.80.0
|
run: npm install -g @devcontainers/cli@0.80.0
|
||||||
- name: Run Integration Tests against the Login and a Mocked Zitadel API
|
- name: Run Integration Tests against the Login and a Mocked Zitadel API
|
||||||
run: npm devcontainer:integration:login
|
run: npm run devcontainer:integration:login
|
||||||
|
Reference in New Issue
Block a user