Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
esteerlino authored Jan 29, 2025
1 parent 65e0d3c commit 97c44ef
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -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:
Expand Down

0 comments on commit 97c44ef

Please sign in to comment.