Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ODAncona committed Sep 5, 2022
1 parent 01a75db commit 853d248
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuousDeployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v1
with:
flutter-version: "3.0.5"
flutter-version: "3.3.0"

- name: Pub Get Packages
run: flutter pub get
Expand Down
7 changes: 7 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@
"request": "launch",
"flutterMode": "debug",
"program": "lib/scripts/test_email.dart"
},
{
"name": "App run",
"type": "dart",
"request": "launch",
"flutterMode": "debug",
"program": "lib/scripts/app_run.dart"
}
]
}

0 comments on commit 853d248

Please sign in to comment.