Skip to content

fix: πŸ§‘β€πŸ’» Fix default transaction confirmation ratio to 0.5. #15

fix: πŸ§‘β€πŸ’» Fix default transaction confirmation ratio to 0.5.

fix: πŸ§‘β€πŸ’» Fix default transaction confirmation ratio to 0.5. #15

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
workflow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
with:
sdk: stable
- uses: subosito/flutter-action@v1
with:
channel: stable
- name: Install dependencies
run: flutter pub get
- name: Tests
run: dart test --exclude-tags noCI