Skip to content

[PSDK-102] Implement wallet hydration #108

[PSDK-102] Implement wallet hydration

[PSDK-102] Implement wallet hydration #108

Workflow file for this run

name: Run Unit Tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install dependencies
run: |
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
- name: Run unit tests
run: bundle exec rake test