From da565cd89e7852cc398db778e8d5ec9a95499276 Mon Sep 17 00:00:00 2001 From: Dariusz Kuc <9501705+dariuszkuc@users.noreply.github.com> Date: Fri, 17 May 2024 14:23:00 -0500 Subject: [PATCH] chore: disable AppSync tests (#618) Looks like keys might have expired as tests can no longer start up/connect to the subgraph. --- .github/workflows/test-all.yaml | 16 ++++++++-------- .github/workflows/test-hosted-subgraph.yaml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-all.yaml b/.github/workflows/test-all.yaml index 8c0bcca70..b48b87760 100644 --- a/.github/workflows/test-all.yaml +++ b/.github/workflows/test-all.yaml @@ -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: diff --git a/.github/workflows/test-hosted-subgraph.yaml b/.github/workflows/test-hosted-subgraph.yaml index e053a288a..b45a1347f 100644 --- a/.github/workflows/test-hosted-subgraph.yaml +++ b/.github/workflows/test-hosted-subgraph.yaml @@ -3,7 +3,7 @@ name: Hosted Subgraph Test on: workflow_run: workflows: - - "AWS AppSync Test" + # - "AWS AppSync Test" - "StepZen Test" types: - completed