Skip to content

Commit 57f90ed

Browse files
authored
re-enable AppSync (#627)
1 parent d98e16c commit 57f90ed

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test-all.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
format: "json"
3434

3535
# 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 }}
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 }}
4444

4545
# need secrets so stepzen is configured separately
4646
test-stepzen:

0 commit comments

Comments
 (0)