Skip to content

Merge development into feat/vpn-link-selector: resolve conflicts by k… #59

Merge development into feat/vpn-link-selector: resolve conflicts by k…

Merge development into feat/vpn-link-selector: resolve conflicts by k… #59

Workflow file for this run

name: Tests
on: push
jobs:
integration:
name: Integration Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version-file: pubspec.yaml
- name: Flutter Test
run: flutter test