Skip to content

Commit

Permalink
chore: ignore peer check for api-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Nov 30, 2021
1 parent 5e06aab commit 41b8a00
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 @@ -27,4 +27,4 @@ jobs:

- name: Check API dependency semantics (experimental)
working-directory: experimental
run: lerna exec --ignore propagation-validation-server --ignore @opentelemetry/selenium-tests "node ../../../scripts/peer-api-check.js"
run: lerna exec --ignore propagation-validation-server --ignore @opentelemetry/selenium-tests --ignore @opentelemetry/api-metrics-wip "node ../../../scripts/peer-api-check.js"

0 comments on commit 41b8a00

Please sign in to comment.