Skip to content

Commit

Permalink
github: rename unit tests action to just tests
Browse files Browse the repository at this point in the history
a lot of those tests are not unit tests and calling
those 'unit tests' is confusing

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
  • Loading branch information
christoph-zededa committed Mar 11, 2024
1 parent 81bcd03 commit 1e684c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Unit tests
name: Tests
on: # yamllint disable-line rule:truthy
push:
branches:
Expand Down

0 comments on commit 1e684c2

Please sign in to comment.