Skip to content

Commit

Permalink
fix: install FabricExample dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekstosio committed Jun 10, 2024
1 parent 547f3c3 commit 9b97bf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-paper-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install node dependencies
run: yarn install --frozen-lockfile

- name: Install node dependencies of FabricExample
run: (cd FabricExample && yarn install --frozen-lockfile)

- name: Restore build from cache
uses: actions/cache@v3
with:
Expand All @@ -40,5 +43,6 @@ jobs:
android/build
android/.gradle
key: ${{ runner.os }}-kotlin-lint-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties', 'android/build.gradle') }}

- name: Check check integrity
run: yarn checkIntegrity

0 comments on commit 9b97bf4

Please sign in to comment.