Skip to content

Commit

Permalink
chore: remove matrix from peer check
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Sep 8, 2021
1 parent a3ae5bf commit 15e6ccb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/peer-api.yaml
Expand Up @@ -8,10 +8,6 @@ on:

jobs:
peer-api-check:
strategy:
fail-fast: false
matrix:
package-group: ["stable", "experimental"]
runs-on: ubuntu-latest
container:
image: node:14
Expand All @@ -26,4 +22,5 @@ jobs:
run: lerna exec --ignore propagation-validation-server "node ../../scripts/peer-api-check.js"

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

0 comments on commit 15e6ccb

Please sign in to comment.