mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
update articles
This commit is contained in:
parent
0c86155a3e
commit
6b19b1359b
1 changed files with 6 additions and 1 deletions
|
@ -75,4 +75,9 @@ jobs:
|
|||
- run: flutter build apk
|
||||
```
|
||||
|
||||
For a step by step guide on implementation read the tutorial on [Medium](https://medium.com/better-programming/ci-cd-for-flutter-apps-using-github-actions-b833f8f7aac)
|
||||
## Articles
|
||||
|
||||
- [Continuous Integration for Flutter with GitHub Actions](https://admcpr.com/continuous-integration-for-flutter-with-github-actions/)
|
||||
- [CI/CD for Flutter Apps Using GitHub Actions](https://medium.com/better-programming/ci-cd-for-flutter-apps-using-github-actions-b833f8f7aac)
|
||||
- [Guard your open-sourced Flutter app with GitHub Actions](https://medium.com/@jacksonz666/guard-your-open-sourced-flutter-app-with-github-actions-824cc4d9844)
|
||||
- [Run Flutter Driver tests on GitHub Actions](https://medium.com/flutter-community/run-flutter-driver-tests-on-github-actions-13c639c7e4ab)
|
||||
|
|
Loading…
Reference in a new issue