Skip to content

Fix settings copyWith #273

Fix settings copyWith

Fix settings copyWith #273

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'beta'
- name: Install dependencies
run: flutter pub get
- name: Run tests
run: flutter test