Skip to content

Commit

Permalink
chore(cli): fix ci test workflow (#5529)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Jan 6, 2025
1 parent 73a374e commit bbebe27
Show file tree
Hide file tree
Showing 130 changed files with 205 additions and 34 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ jobs:
- name: Install protoc-gen-openapi
run: go install github.com/google/gnostic/cmd/protoc-gen-openapi@v0.7.0

- name: Compile
run: pnpm compile

- name: Run tests
run: pnpm test

Expand Down
1 change: 1 addition & 0 deletions generators/base/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
1 change: 1 addition & 0 deletions generators/browser-compatible-base/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
1 change: 1 addition & 0 deletions generators/csharp/codegen/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"@fern-fern/ir-sdk"
],
Expand Down
4 changes: 4 additions & 0 deletions generators/csharp/model/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
4 changes: 4 additions & 0 deletions generators/csharp/sdk/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
1 change: 1 addition & 0 deletions generators/go-v2/ast/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"@fern-fern/ir-sdk"
],
Expand Down
4 changes: 4 additions & 0 deletions generators/go-v2/base/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
1 change: 1 addition & 0 deletions generators/go-v2/dynamic-snippets/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"@fern-fern/ir-sdk"
],
Expand Down
1 change: 1 addition & 0 deletions generators/go-v2/formatter/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"@fern-fern/ir-sdk"
],
Expand Down
4 changes: 4 additions & 0 deletions generators/go-v2/model/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
4 changes: 4 additions & 0 deletions generators/go-v2/sdk/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
4 changes: 4 additions & 0 deletions generators/openapi/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
1 change: 1 addition & 0 deletions generators/php/codegen/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"@fern-fern/ir-sdk"
],
Expand Down
4 changes: 4 additions & 0 deletions generators/php/model/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
4 changes: 4 additions & 0 deletions generators/php/sdk/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
4 changes: 4 additions & 0 deletions generators/postman/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
1 change: 1 addition & 0 deletions generators/python-v2/ast/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
1 change: 1 addition & 0 deletions generators/python-v2/base/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"@fern-fern/ir-sdk"
],
Expand Down
4 changes: 4 additions & 0 deletions generators/python-v2/fastapi/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
4 changes: 4 additions & 0 deletions generators/python-v2/pydantic-model/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
1 change: 1 addition & 0 deletions generators/ruby/cli/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
1 change: 1 addition & 0 deletions generators/ruby/codegen/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
4 changes: 4 additions & 0 deletions generators/ruby/model/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
4 changes: 4 additions & 0 deletions generators/ruby/sdk/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
4 changes: 4 additions & 0 deletions generators/swift/codegen/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"esbuild",
"@yarnpkg/esbuild-plugin-pnp",
Expand Down
1 change: 1 addition & 0 deletions generators/typescript-v2/ast/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"@fern-fern/ir-sdk"
],
Expand Down
1 change: 1 addition & 0 deletions generators/typescript-v2/dynamic-snippets/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"@fern-fern/ir-sdk"
],
Expand Down
4 changes: 4 additions & 0 deletions generators/typescript/express/cli/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@trivago/prettier-plugin-sort-imports",
"@types/node",
"@ts-morph/common",
"ts-loader",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
1 change: 1 addition & 0 deletions generators/typescript/express/generator/.depcheckrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignores": [
"@types/jest",
"globals",
"@trivago/prettier-plugin-sort-imports",
"@types/node"
],
"ignore-patterns": [
Expand Down
Loading

0 comments on commit bbebe27

Please sign in to comment.