Skip to content

Fix gradle build, increase heap size #168

Fix gradle build, increase heap size

Fix gradle build, increase heap size #168

Workflow file for this run

name: Flutter Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.24.x"
- name: Disable Google Analytics
run: flutter config --no-analytics
- name: Install dependencies
run: flutter pub get
- name: Analyze code
run: flutter analyze
- name: Install Linux dependencies
run: sudo apt update && sudo apt install libsodium23 -y
- name: Run tests
run: flutter test test