From 97c44efa081c979c98388679522bf3b9b9f99b27 Mon Sep 17 00:00:00 2001 From: Ester Lino Date: Wed, 29 Jan 2025 20:15:32 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e807d5..6fbc3c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: jobs: sonarqube: name: SonarQube - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v4 with: @@ -18,8 +18,14 @@ jobs: uses: subosito/flutter-action@v2 with: flutter-version: 3.27.3 + + - name: Instalar DependĂȘncias + run: | + cd catavento + flutter pub get + flutter pub upgrade - name: Build - run: cd catavento && flutter run + run: cd catavento && flutter build windows - name: SonarQube Scan uses: SonarSource/sonarqube-scan-action@v4 env: