Skip to content

Commit

Permalink
re-enable AppSync (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc committed May 20, 2024
1 parent d98e16c commit 57f90ed
Showing 1 changed file with 8 additions and 8 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

0 comments on commit 57f90ed

Please sign in to comment.