Skip to content

Commit 4bc6305

Browse files
committed
Rename github workflow ci.yml to qa.yml
1 parent 1eb1261 commit 4bc6305

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml renamed to .github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Continuous Integration
1+
name: QA
22
on: [push]
33

44
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PHPUnit Extras
22

3-
![Continuous Integration](https://github.com/tarantool-php/phpunit-extras/workflows/Continuous%20Integration/badge.svg)
3+
![Quality Assurance](https://github.com/tarantool-php/phpunit-extras/workflows/QA/badge.svg)
44
[![Telegram](https://img.shields.io/badge/Telegram-join%20chat-blue.svg)](https://t.me/tarantool_php)
55

66
A collection of helpers for [PHPUnit](https://phpunit.de/) to ease testing [Tarantool](https://www.tarantool.io/en/developers/) libraries.

0 commit comments

Comments
 (0)