We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98e16c commit 57f90edCopy full SHA for 57f90ed
.github/workflows/test-all.yaml
@@ -33,14 +33,14 @@ jobs:
33
format: "json"
34
35
# need secrets so appsync is configured separately
36
- # test-appsync:
37
- # uses: ./.github/workflows/test-subgraph.yaml
38
- # with:
39
- # library: "appsync"
40
- # format: "json"
41
- # secrets:
42
- # API_KEY: ${{ secrets.API_KEY_APPSYNC }}
43
- # 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 }}
44
45
# need secrets so stepzen is configured separately
46
test-stepzen:
0 commit comments