Skip to content

Commit

Permalink
comment out new action runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jchaselubitz committed Aug 26, 2024
1 parent dc04362 commit b46b2ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/reizen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '18.x'
- name: Install NPM dependencies
run: yarn
# - name: Unit Testing
# run: yarn test:unit
- name: Send dgraph schema
run: |
npm install -g slash-graphql
slash-graphql update-schema ./dgraph/schema.graphql -e https://blue-surf-1310073.us-east-1.aws.cloud.dgraph.io/graphql -t ${{ secrets.DGRAPH_SYNDICATE_REIZEN_GITHUB_DEPLOY }}
# - name: Install NPM dependencies
# run: yarn
# # - name: Unit Testing
# # run: yarn test:unit
# - name: Send dgraph schema
# run: |
# npm install -g slash-graphql
# slash-graphql update-schema ./dgraph/schema.graphql -e https://blue-surf-1310073.us-east-1.aws.cloud.dgraph.io/graphql -t ${{ secrets.DGRAPH_SYNDICATE_REIZEN_GITHUB_DEPLOY }}

0 comments on commit b46b2ee

Please sign in to comment.