Skip to content

Commit

Permalink
Upgrade sample yarn.lock on non-default sample CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Oct 17, 2024
1 parent 0c74473 commit 0ad5384
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ jobs:
- name: Set up Gradle
uses: gradle/actions/setup-gradle@v4

- name: Upgrade yarn lock
if: ${{ matrix.poko_sample_kotlin_version != ~ }}
run: cd sample && ./gradlew kotlinUpgradeYarnLock

- name: Build sample
run: cd sample && ./gradlew build --stacktrace
env:
Expand Down

0 comments on commit 0ad5384

Please sign in to comment.