Skip to content

Commit

Permalink
Update tests.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Dec 17, 2023
1 parent 5db5984 commit a93ccaa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@ jobs:
- name: Show installed RTK versions
run: yarn info @reduxjs/toolkit && yarn why @reduxjs/toolkit

- name: Set up JDK 17 for React Native build
if: matrix.example == 'react-native' || matrix.example == 'expo'
uses: actions/setup-java@v2
with:
java-version: '17.x'
distribution: 'temurin'

- name: Build example
run: NODE_OPTIONS=--openssl-legacy-provider yarn build

Expand Down

0 comments on commit a93ccaa

Please sign in to comment.