Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
HamdiBoumaiza committed Sep 11, 2023
1 parent 1e736e9 commit f5dbf72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- uses: ./.github/actions/job-set-up
- uses: ./.github/actions/java-set-up

- name: Access RAPID_API_KEY
env:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- uses: ./.github/actions/job-set-up
- uses: ./.github/actions/java-set-up

- name: Lint check
run: ./gradlew lint
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- uses: ./.github/actions/job-set-up
- uses: ./.github/actions/java-set-up

- run: echo "Execute unit tests."
- name: Unit Test
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- uses: ./.github/actions/job-set-up
- uses: ./.github/actions/java-set-up

- name: Build debug apk
run: ./gradlew assembleDebug --stacktrace
Expand All @@ -100,7 +100,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- uses: ./.github/actions/job-set-up
- uses: ./.github/actions/java-set-up

- name: Build debug apk
run: ./gradlew assembleDebugAndroidTest --stacktrace
Expand Down

0 comments on commit f5dbf72

Please sign in to comment.