Skip to content

Commit

Permalink
chore: test run
Browse files Browse the repository at this point in the history
  • Loading branch information
ohassine committed May 27, 2024
1 parent b98112c commit aa637e2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-develop-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
code-analysis:
uses: ./.github/workflows/code-analysis.yml
ui-tests:
uses: ./.github/workflows/gradle-run-ui-tests.yml
unit-tests:
uses: ./.github/workflows/gradle-run-unit-tests.yml
# code-analysis:
# uses: ./.github/workflows/code-analysis.yml
# ui-tests:
# uses: ./.github/workflows/gradle-run-ui-tests.yml
# unit-tests:
# uses: ./.github/workflows/gradle-run-unit-tests.yml
build-app:
needs: [ code-analysis, ui-tests, unit-tests ]
# needs: [ code-analysis, ui-tests, unit-tests ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit aa637e2

Please sign in to comment.