Skip to content

Commit

Permalink
fixed duplicate unit test job name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Nov 18, 2023
1 parent ce6b316 commit 52ed83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
run: ./.github/workflows/scripts/install-tools.sh
- name: Run Tests
run: melos run test:unit --no-select
unit_tests_dart:
unit_tests_android:
name: Run all unit tests (Android)
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 52ed83a

Please sign in to comment.