Skip to content

Commit e30a68e

Browse files
committed
rename workflow
1 parent e6811f9 commit e30a68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/phpunit.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: CI
1+
name: phpunit
22

33
on: [push]
44

55
jobs:
6-
build-test:
6+
phpunit:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)