Add personal_information
to token transfer approval list API response
#58
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Unit Test | |
on: [pull_request] | |
jobs: | |
lint-black: | |
name: 'Lint check (black)' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: psf/black@stable | |
unit-test-postgres: | |
name: 'Unit tests (PostgreSQL)' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: run unit test using postgres | |
run: docker-compose run ibet-prime-postgres |