We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4282b3e commit c212332Copy full SHA for c212332
.github/workflows/build.yml renamed to .github/workflows/phpunit.yml
@@ -1,4 +1,4 @@
1
-name: build
+name: PHPUnit
2
3
on:
4
push:
README.md
@@ -8,7 +8,7 @@
8
9
<p align="center">
10
<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">
+ <img src="https://github.com/php-casbin/laravel-authz/actions/workflows/phpunit.yml/badge.svg" alt="PHPUnit Status">
12
</a>
13
<a href="https://coveralls.io/github/php-casbin/laravel-authz">
14
<img src="https://coveralls.io/repos/github/php-casbin/laravel-authz/badge.svg" alt="Coverage Status">
0 commit comments