Skip to content

Merge pull request #39 from VPNclient/refactoring-branch #58

Merge pull request #39 from VPNclient/refactoring-branch

Merge pull request #39 from VPNclient/refactoring-branch #58

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