Skip to content

Commit

Permalink
fix: Remove sdc-check from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash committed Mar 25, 2023
1 parent 512e8ed commit ae67209
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check dependencies with sdc-check
run: yarn sdc-check
- name: Run unit tests
run: yarn unit
env:
Expand Down

0 comments on commit ae67209

Please sign in to comment.