forked from simplezhli/flutter_deer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eee3104
commit 843049b
Showing
4 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
# https://github.com/marketplace/actions/flutter-action | ||
- uses: subosito/flutter-action@v1 | ||
with: | ||
flutter-version: '2.0.2' | ||
flutter-version: '2.0.3' | ||
channel: 'stable' # or: 'dev' or 'beta' | ||
- name: "Run Flutter Driver tests" | ||
run: "flutter drive --target=test_driver/driver.dart" | ||
|
@@ -64,7 +64,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- uses: subosito/flutter-action@v1 | ||
with: | ||
flutter-version: '2.0.2' | ||
flutter-version: '2.0.3' | ||
channel: 'stable' # or: 'dev' or 'beta' | ||
- name: "Run Flutter Driver tests" | ||
# GitHub Action for installing, configuring and running Android Emulators (work only Mac OS) | ||
|
@@ -89,28 +89,28 @@ jobs: | |
# https://github.com/marketplace/actions/flutter-action | ||
- uses: subosito/flutter-action@v1 | ||
with: | ||
flutter-version: '2.0.2' | ||
flutter-version: '2.0.3' | ||
channel: 'stable' | ||
- run: "flutter pub get" | ||
- name: "Run Flutter Accessibility Tests" | ||
run: "flutter test test/accessibility_test.dart" | ||
|
||
# web_build_and_deploy: | ||
# runs-on: macos-latest | ||
# steps: | ||
# - uses: actions/[email protected] | ||
# - uses: subosito/flutter-action@v1 | ||
# with: | ||
# flutter-version: '2.0.2' | ||
# channel: 'stable' | ||
# - name: "Web Build 🔧" | ||
# run: | | ||
# flutter pub get | ||
# flutter build web | ||
# - name: "Web Deploy 🚀" | ||
# # https://github.com/JamesIves/github-pages-deploy-action | ||
# uses: JamesIves/[email protected] | ||
# with: | ||
# token: '${{ secrets.GITHUB_TOKEN }}' | ||
# branch: gh-pages | ||
# folder: build/web | ||
web_build_and_deploy: | ||
runs-on: macos-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: subosito/flutter-action@v1 | ||
with: | ||
flutter-version: '2.0.3' | ||
channel: 'stable' | ||
- name: "Web Build 🔧" | ||
run: | | ||
flutter pub get | ||
flutter build web | ||
- name: "Web Deploy 🚀" | ||
# https://github.com/JamesIves/github-pages-deploy-action | ||
uses: JamesIves/[email protected] | ||
with: | ||
token: '${{ secrets.GITHUB_TOKEN }}' | ||
branch: gh-pages | ||
folder: build/web |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters