Skip to content

Commit

Permalink
Merge pull request #639 from oasisprotocol/lw/ci-lock
Browse files Browse the repository at this point in the history
ci: check yarn.lock is synced
  • Loading branch information
lukaw3d committed Aug 7, 2023
2 parents 605c013 + 13689a7 commit e74161e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build code
run: |
yarn install
yarn install --frozen-lockfile
yarn build
- name: Run tests
Expand Down

0 comments on commit e74161e

Please sign in to comment.