Skip to content

Commit

Permalink
Rename test workflow (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet authored Mar 7, 2024
1 parent 0618dfd commit f9fe89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml → .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Tests

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
pull_request:

jobs:
test:
tests:
runs-on: ubuntu-20.04
steps:
- name: Checkout
Expand Down

0 comments on commit f9fe89e

Please sign in to comment.