Skip to content

Commit

Permalink
chore: disable AppSync tests (#618)
Browse files Browse the repository at this point in the history
Looks like keys might have expired as tests can no longer start up/connect to the subgraph.
  • Loading branch information
dariuszkuc authored May 17, 2024
1 parent abb93c8 commit da565cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
format: "json"

# need secrets so appsync is configured separately
test-appsync:
uses: ./.github/workflows/test-subgraph.yaml
with:
library: "appsync"
format: "json"
secrets:
API_KEY: ${{ secrets.API_KEY_APPSYNC }}
TEST_URL: ${{ secrets.URL_APPSYNC }}
# test-appsync:
# uses: ./.github/workflows/test-subgraph.yaml
# with:
# library: "appsync"
# format: "json"
# secrets:
# API_KEY: ${{ secrets.API_KEY_APPSYNC }}
# TEST_URL: ${{ secrets.URL_APPSYNC }}

# need secrets so stepzen is configured separately
test-stepzen:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-hosted-subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Hosted Subgraph Test
on:
workflow_run:
workflows:
- "AWS AppSync Test"
# - "AWS AppSync Test"
- "StepZen Test"
types:
- completed
Expand Down

0 comments on commit da565cd

Please sign in to comment.