Skip to content

[ASSET-13] Add WBTC and BTCB on testnet #19

[ASSET-13] Add WBTC and BTCB on testnet

[ASSET-13] Add WBTC and BTCB on testnet #19

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: "3.12"
- name: Set up requirements
run: pip install -r requirements.txt
- name: Test
run: pytest