Skip to content

Commit

Permalink
chore: testing mesh env #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Nov 20, 2023
1 parent 71018b2 commit 89f34a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
run: pnpm lint
- name: Build Graphql queries
run: pnpm mesh build
env:
GRAPHQL_ENDPOINT: ${{ secrets.GRAPHQL_ENDPOINT }}
- name: Test project
run: pnpm test
2 changes: 1 addition & 1 deletion .meshrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sources:
- name: GatewaySDK
handler:
graphql:
endpoint: '$GRAPHQL_ENDPOINT'
endpoint: '{env.GRAPHQL_ENDPOINT}'
transforms:
- filterSchema:
mode: bare
Expand Down

0 comments on commit 89f34a2

Please sign in to comment.