Skip to content

Commit

Permalink
Merge pull request #98 from GlobalMessageServices/PEGMS-2410-update-d…
Browse files Browse the repository at this point in the history
…ependencies

Update build.yml
  • Loading branch information
Oleksii Korniienko authored Jul 25, 2024
2 parents f2e1198 + aa4695d commit 708cc59
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -38,8 +38,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
api-level: 33
target: google_apis
api-level: 29
arch: x86_64
profile: Nexus 6
force-avd-creation: false
script: ./gradlew connectedCheck && ./gradlew build sonar --info

0 comments on commit 708cc59

Please sign in to comment.