Skip to content

Commit

Permalink
Fix working-directories
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Dec 8, 2024
1 parent 1c3c1df commit feb1d89
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: example/package-lock.json

- uses: actions/cache@v4
with:
Expand All @@ -50,7 +51,7 @@ jobs:
${{ runner.os }}-pods-
- run: npm install
working-directory: example/ios
working-directory: example

- run: pod install
working-directory: example/ios
Expand All @@ -73,6 +74,7 @@ jobs:
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: example/package-lock.json

- uses: actions/cache@v4
with:
Expand All @@ -91,7 +93,7 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer

- run: npm install
working-directory: example/ios
working-directory: example

- run: pod install
working-directory: example/ios
Expand Down

0 comments on commit feb1d89

Please sign in to comment.