Skip to content

Patient Screen Layout + authReducer & gameDetailsReducer Integration #63

Patient Screen Layout + authReducer & gameDetailsReducer Integration

Patient Screen Layout + authReducer & gameDetailsReducer Integration #63

Workflow file for this run

name: Expo Preview
on: [pull_request]
jobs:
preview:
runs-on: ubuntu-latest
steps:
- name: πŸ— Setup repo
uses: actions/checkout@v3
- name: πŸ— Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
- name: πŸ— Setup EAS
uses: expo/expo-github-action@v8
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: πŸ“¦ Install dependencies
run: yarn install
- name: πŸš€ Create preview
uses: expo/expo-github-action/preview@v8
with:
command: eas update --auto