Skip to content

Commit

Permalink
ci: try again with default working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiKilian committed Dec 5, 2024
1 parent 9552bc1 commit 67ae66e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,18 @@ jobs:
name: Build React Native Android
needs: [lint-eslint, lint-tsc, test, codegen, build-library]
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/react-native-app
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup
uses: ./.github/actions/setup
working-directory: ./packages/react-native-app

- name: Setup Azul Zulu OpenJDK
uses: actions/setup-java@v4
working-directory: ./packages/react-native-app
with:
distribution: zulu
java-version: 21
Expand Down

0 comments on commit 67ae66e

Please sign in to comment.