From 0fe708608d2c7cb005349fbed8a09fa41263cdd3 Mon Sep 17 00:00:00 2001 From: Vicky <113873457+Vignesh-772@users.noreply.github.com> Date: Mon, 29 Apr 2024 21:45:32 +0530 Subject: [PATCH] Update cross_native.yml --- .github/workflows/cross_native.yml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/.github/workflows/cross_native.yml b/.github/workflows/cross_native.yml index 4b8d913..79982f3 100644 --- a/.github/workflows/cross_native.yml +++ b/.github/workflows/cross_native.yml @@ -20,26 +20,5 @@ jobs: working-directory: Frontend/cross_native/ steps: - uses: actions/checkout@v3 - - # Note: This workflow uses the latest stable version of the Dart SDK. - # You can specify other versions if desired, see documentation here: - # https://github.com/dart-lang/setup-dart/blob/main/README.md - # - uses: dart-lang/setup-dart@v1 - - uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603 - - - name: Install dependencies - run: dart pub get - - # Uncomment this step to verify the use of 'dart format' on each commit. - # - name: Verify formatting - # run: dart format --output=none --set-exit-if-changed . - - # Consider passing '--fatal-infos' for slightly stricter analysis. - - name: Analyze project source - run: dart analyze - - # Your project will need to have tests in test/ and a dependency on - # package:test for this step to succeed. Note that Flutter projects will - # want to change this to 'flutter test'. - - name: Run tests - run: dart test + - name: Flutter action + uses: subosito/flutter-action@v2.16.0