diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5931b0fa..8c0dddba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,6 +9,9 @@ on: pull_request: branches: [main, develop] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + jobs: tests: name: Run Automated Tests @@ -17,6 +20,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: + flutter-version: '3.13.9' channel: 'stable' - name: Install dependencies run: flutter pub get