Skip to content

Commit

Permalink
chore(ci): Rename 'tests' to 'unit-tests'
Browse files Browse the repository at this point in the history
We have 3 different kinds of tests, and it was not clear which ones were
triggered by this job.
  • Loading branch information
klochowicz committed Aug 9, 2023
1 parent fdb7702 commit 5d0750b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Analyze flutter code
run: just lint-flutter

tests:
unit-tests:
runs-on: ubuntu-latest
needs: clippy
steps:
Expand Down

0 comments on commit 5d0750b

Please sign in to comment.