Skip to content

fix(store): Fixed multiple store not working when alias is a collection #121

fix(store): Fixed multiple store not working when alias is a collection

fix(store): Fixed multiple store not working when alias is a collection #121

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- "**"
jobs:
test:
name: Run Unit tests
runs-on: macos-latest
steps:
- name: Print Swift version
run: swift --version
- name: Checkout repo
uses: actions/checkout@v2
- name: Run tests
run: fastlane test
build_sample:
name: Build sample
runs-on: macos-latest
steps:
- name: Print Swift version
run: swift --version
- name: Checkout repo
uses: actions/checkout@v2
- name: Build sample app
run: fastlane build