Skip to content

feat: added redirect for processes with mirror #37

feat: added redirect for processes with mirror

feat: added redirect for processes with mirror #37

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test