mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 04:52:35 +00:00
chore: generate
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -19,7 +19,11 @@ jobs:
|
||||
with:
|
||||
node-version: 16.x
|
||||
- name: Install Dependencies
|
||||
run: pnpm i
|
||||
id: deps
|
||||
run: pnpm install
|
||||
- name: Generate Stubs
|
||||
id: grpc
|
||||
run: pnpm generate
|
||||
- name: Test
|
||||
id: test
|
||||
run: pnpm test
|
||||
|
||||
Reference in New Issue
Block a user