Skip to content

feat!: remove the usage of iterable kinds for serialization #128

feat!: remove the usage of iterable kinds for serialization

feat!: remove the usage of iterable kinds for serialization #128

Workflow file for this run

on:
pull_request:
push:
branches:
- main
jobs:
smoke:
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: "Install Tools"
run: ./.github/workflows/scripts/install-tools.sh
- name: "Run Smoke Tests"
run: melos run smoke --no-select
test:
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
- name: "Install Tools"
run: ./.github/workflows/scripts/install-tools.sh
- name: "Run Unit Tests"
run: melos run test --no-select