Skip to content

Commit

Permalink
Run gh actions on dev2 branch & disable uploading of test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
whistlingwoods authored Jan 21, 2025
1 parent 5dbd94a commit 3c79d11
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches:
- dev
- dev2
- master
- refactor
- release**
Expand All @@ -19,7 +20,9 @@ on:
push:
branches:
- dev
- dev2
- master
- refactor
paths-ignore:
- 'README.md'
- 'doc/**'
Expand Down Expand Up @@ -103,13 +106,6 @@ jobs:
arch: ${{ matrix.arch }}
script: ./gradlew connectedCheck --stacktrace

- name: Upload test report when tests fail # because the printed out stacktrace (console) is too short, see also #7553
uses: actions/upload-artifact@v4
if: failure()
with:
name: android-test-report-api${{ matrix.api-level }}
path: app/build/reports/androidTests/connected/**

sonar:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 3c79d11

Please sign in to comment.