Skip to content

fix error response error csrf invalid #5

fix error response error csrf invalid

fix error response error csrf invalid #5

Workflow file for this run

name: Run Unit Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Run unit tests
run: yarn test