Skip to content

ZEUS-2683: Storage: migrate from react-native-encrypted-storage to react-native-keychain #6234

ZEUS-2683: Storage: migrate from react-native-encrypted-storage to react-native-keychain

ZEUS-2683: Storage: migrate from react-native-encrypted-storage to react-native-keychain #6234

Workflow file for this run

name: Test
on:
push:
branches:
- "master"
pull_request:
branches:
- "*"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: yarn install --frozen-lockfile
- run: yarn run test