Skip to content

Commit c212332

Browse files
committed
ci: update ci file
1 parent 4282b3e commit c212332

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml renamed to .github/workflows/phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: PHPUnit
22

33
on:
44
push:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<p align="center">
1010
<a href="https://github.com/php-casbin/laravel-authz/actions">
11-
<img src="https://github.com/php-casbin/laravel-authz/actions/workflows/build.yml/badge.svg?branch=master" alt="Build Status">
11+
<img src="https://github.com/php-casbin/laravel-authz/actions/workflows/phpunit.yml/badge.svg" alt="PHPUnit Status">
1212
</a>
1313
<a href="https://coveralls.io/github/php-casbin/laravel-authz">
1414
<img src="https://coveralls.io/repos/github/php-casbin/laravel-authz/badge.svg" alt="Coverage Status">

0 commit comments

Comments
 (0)