We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59d640 commit 23ba799Copy full SHA for 23ba799
.github/workflows/ci.yml
@@ -25,6 +25,26 @@ jobs:
25
- name: TypeScript
26
run: |
27
yarn test:ts
28
+ android:
29
+ name: Android
30
+ runs-on: ubuntu-22.04
31
+ steps:
32
+ - name: Checkout
33
+ uses: actions/checkout@v3
34
+ - name: Set up Node.js
35
+ uses: actions/[email protected]
36
+ with:
37
+ node-version: 16
38
+ cache: yarn
39
+ - name: Install JS dependencies
40
+ run: |
41
+ yarn
42
+ - name: Test Next Storage
43
+ uses: gradle/[email protected]
44
45
+ gradle-version: wrapper
46
+ arguments: react-native-async-storage_async-storage:test
47
+ build-root-directory: example/android
48
ios:
49
name: iOS
50
runs-on: macos-latest
0 commit comments