Skip to content

Commit

Permalink
Add yarn install to the CI for oss
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayc0 committed Sep 13, 2023
1 parent ba8d83a commit 3a2c8d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.16.1'
- run: yarn install
- run: yarn oss
- run: git diff --exit-code && git diff --cached --exit-code || (echo "Please run 'yarn oss' and commit the result." && exit 1)

0 comments on commit 3a2c8d9

Please sign in to comment.