Skip to content

Commit

Permalink
Fix Invalid workflow file error (#979)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdavinchee authored Jul 19, 2022
1 parent 0c28ede commit f527b22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ jobs:
test-subgraph-on-previous-sdk-core-versions:
uses: ./.github/workflows/call.test-subgraph-on-previous-sdk-core-versions.yml
name: Test Query Schema and Queries Against Local and Deployed Feature Subgraphs with Previous SDK-Core Versions
needs: [check]
if: needs.check.outputs.build_subgraph || needs.check.outputs.build_sdk_core
with:
subgraph-release: feature
subgraph-endpoint: http://localhost:8000/subgraphs/name/superfluid-test
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/handler.placeholder-for-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ on:
inputs:
some_field:
description: 'Lorem ipsum'
required: false

jobs:
placeholder-for-testing:
runs-on: ubuntu-latest
steps:
- name: Test
run: echo test

0 comments on commit f527b22

Please sign in to comment.