Skip to content

Refactor VPN client dependency: switch from git-based to local path r… #75

Refactor VPN client dependency: switch from git-based to local path r…

Refactor VPN client dependency: switch from git-based to local path r… #75

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