Skip to content

Added user/initial and user/signature endpoints #22

Added user/initial and user/signature endpoints

Added user/initial and user/signature endpoints #22

Workflow file for this run

name: Unit tests
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest --ignore-platform-reqs
- name: Run unit tests
run: ./vendor/bin/codecept run unit