Skip to content

Commit

Permalink
More CI tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Oct 24, 2023
1 parent dbcd9ba commit 7805cbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
- name: Set Node.js 16.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
- run: npm ci
- run: npm run prepack
- run: npm run test
- run: | # Build example app
- name: Build example app
run: |
cd example/react-native/
npm install
npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
Expand Down

0 comments on commit 7805cbb

Please sign in to comment.