Skip to content

feat: 💥 Add param to newKeychainTransaction method to allow ma… #21

feat: 💥 Add param to newKeychainTransaction method to allow ma…

feat: 💥 Add param to newKeychainTransaction method to allow ma… #21

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