Skip to content

Commit

Permalink
test gql
Browse files Browse the repository at this point in the history
Signed-off-by: bjwswang <[email protected]>
  • Loading branch information
bjwswang committed Apr 2, 2024
1 parent ee855fb commit fddb319
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_bff_sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
gql:
- 'apiserver/graph/schema/*.gql'
- name: setting token to npmrc
if: (( github.event_name == 'push' && steps.gql-changes.outputs.gql == 'true') || github.event_name == 'workflow_dispatch') && matrix.no == 1
if: (( github.event_name == 'push' && steps.gql-changes.outputs.gql == 'true') || github.event_name == 'workflow_dispatch')
run: |
echo '//registry.npmjs.org/:_authToken="${{ secrets.NPM_TOKEN }}"' >> ~/.npmrc
- name: Set variable on Merge pull request
Expand All @@ -54,7 +54,7 @@ jobs:
env:
TEST_ONLY: ${{ inputs.OnlyTestGeneratedSdk }}
- name: make sdk
if: (steps.gql-changes.outputs.gql == 'true' || github.event_name == 'workflow_dispatch') && matrix.no == 1
if: (steps.gql-changes.outputs.gql == 'true' || github.event_name == 'workflow_dispatch')
run: tests/build-bff-sdk.sh
env:
GRL_SDK_TEST_ONLY: ${{ env.GRL_SDK_TEST_ONLY }}
2 changes: 1 addition & 1 deletion apiserver/graph/schema/application.gql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# commoen for test for nows helo
# commoe
mutation createApplication($input:CreateApplicationMetadataInput!){
Application{
createApplication(input: $input) {
Expand Down

0 comments on commit fddb319

Please sign in to comment.