From 6b19b1359bb76ae03fa907fcfa7426669a78b740 Mon Sep 17 00:00:00 2001 From: Alif Rachmawadi Date: Sat, 7 Dec 2019 15:53:43 +0700 Subject: [PATCH] update articles --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98aec8a..fec7e2b 100644 --- a/README.md +++ b/README.md @@ -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)