Skip to content

Commit

Permalink
CIで意図せずyarn.lockが更新されたらコケさせるように
Browse files Browse the repository at this point in the history
なお yarn install --frozen-lockfile はバグってて想定通りコケないらしい
  • Loading branch information
mei23 committed Aug 11, 2021
1 parent 9ff4d78 commit 4efbe65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: git diff --exit-code yarn.lock
- run: yarn build
- run: cp test/test.yml .config
- run: yarn test

0 comments on commit 4efbe65

Please sign in to comment.