Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithTamim committed Jan 4, 2025
1 parent 6072680 commit 1428db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
-Pandroid.injected.signing.key.alias=${{ secrets.KEY_ALIAS }} \
-Pandroid.injected.signing.key.password=${{ secrets.KEY_PASSWORD }}
test:
test_unit_instrumentation:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 1428db6

Please sign in to comment.