Skip to content

Commit

Permalink
Fix "yarn.lock was changed"
Browse files Browse the repository at this point in the history
Doesn't happen locally, only on CI.
  • Loading branch information
jacobras committed Jan 11, 2024
1 parent c013797 commit b84c144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
clean: ${{ github.ref == 'refs/heads/develop' }}

- name: Compile & run tests
run: ./gradlew check
run: ./gradlew kotlinUpgradeYarnLock check

- name: Publish unit test report
if: always()
Expand Down

0 comments on commit b84c144

Please sign in to comment.