Request and submit KYC api endpoints #205
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: End to End Tests | |
on: | |
pull_request: | |
branches: [ "main" ] | |
env: | |
CARGO_TERM_COLOR: always | |
jobs: | |
end_to_end_tests: | |
name: Perform end-to-end tests | |
runs-on: ubuntu-latest | |
environment: staging | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Run tests | |
env: | |
GH_PRIVATE_KEY: ${{ secrets.GH_PRIVATE_KEY }} | |
DB_URL: ${{secrets.DB_URL}} | |
run: cargo test -- --nocapture |