name: Analyze files run: flutter analyze . - name: Run the tests run: flutter test - name: Build the APK run: flutter build apk --release ...
確定! 回上一頁