Skip to content

Commit

Permalink
exclude propagation-validation-server from peer API check
Browse files Browse the repository at this point in the history
  • Loading branch information
Flarna committed Jul 30, 2021
1 parent 6eb262a commit d1cd043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/peer-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: npm install -g lerna

- name: Check API dependency semantics
run: lerna exec "node ../../scripts/peer-api-check.js"
run: lerna exec --ignore propagation-validation-server "node ../../scripts/peer-api-check.js"

0 comments on commit d1cd043

Please sign in to comment.