Skip to content

major: package v3, duit_kernel v3 migration #22

major: package v3, duit_kernel v3 migration

major: package v3, duit_kernel v3 migration #22

Workflow file for this run

name: Duit PR CI
on: [pull_request]
env:
IS_CI: true
FLUTTER_VERSION: "3.22.3"
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: 'stable'
cache: true
- run: flutter pub get
- run: flutter test --no-pub --coverage --test-randomize-ordering-seed=random
permissions:
id-token: write