Skip to content

Commit

Permalink
chore: re-run
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed May 23, 2024
1 parent 43b9868 commit 7510e28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-develop-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
# code-analysis:
# uses: ./.github/workflows/code-analysis.yml
# unit-tests:
# needs: [ detekt ]
# uses: ./.github/workflows/gradle-run-unit-tests.yml
code-analysis:
uses: ./.github/workflows/code-analysis.yml
unit-tests:
uses: ./.github/workflows/gradle-run-unit-tests.yml
build-app:
# needs: [ detekt ]
needs: [ unit-tests, code-analysis ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -67,4 +66,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Build Artifacts
path: app/build/outputs/
path: app/build/outputs/
4 changes: 2 additions & 2 deletions .github/workflows/gradle-run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
merge_group:
push:
branches:
# - develop
- develop
- release/candidate
- prod
- internal
- main
pull_request:
types: [ opened, synchronize ] # Don't rerun on `edited` to save time
branches:
# - develop
- develop
- release/candidate
- prod
- internal
Expand Down

0 comments on commit 7510e28

Please sign in to comment.