Skip to content

Commit

Permalink
Commit graphql generated artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed Oct 29, 2024
1 parent fd7e14c commit e225272
Show file tree
Hide file tree
Showing 23 changed files with 334,975 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
],
"language": "en-US",
"useGitignore": true,
"ignorePaths": ["**/graphql.ts", "**/CHANGELOG.md", "**/schema.graphql"]
"ignorePaths": ["**/graphql.ts", "**/CHANGELOG.md", "**/schema.graphql", "**/generated/types.ts"]
}
2 changes: 0 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
E2E_USER_NAME: "op://Shop-ex/saleor-app-avatax-e2e-${{ env.SALEOR_VERSION }}/E2E_USER_NAME"
E2E_USER_PASSWORD: "op://Shop-ex/saleor-app-avatax-e2e-${{ env.SALEOR_VERSION }}/E2E_USER_PASSWORD"
SECRET_KEY: "op://Shop-ex/saleor-app-avatax-e2e-${{ env.SALEOR_VERSION }}/SECRET_KEY"
- name: Generate GraphQL files
run: pnpm --filter=app-avatax generate
- name: Run e2e tests
run: pnpm --filter=app-avatax e2e
# TODO: Add HTML report: https://linear.app/saleor/issue/SHOPX-304
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
with:
run_install: |
- args: [--frozen-lockfile]
- name: Generate GraphQL types
run: pnpm generate
- name: Check linter
run: pnpm lint
- name: Check types
Expand All @@ -40,7 +38,5 @@ jobs:
with:
run_install: |
- args: [--frozen-lockfile]
- name: Generate GraphQL types
run: pnpm generate
- name: Run tests
run: pnpm test
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ yarn-error.log*

.saleor-app-auth.json
coverage/
apps/**/generated
.eslintcache

.sentryclirc
Expand Down
635 changes: 635 additions & 0 deletions apps/avatax/e2e/generated/graphql.ts

Large diffs are not rendered by default.

Loading

0 comments on commit e225272

Please sign in to comment.