You've already forked ugly-queue
Compare commits
6 Commits
f8be2fc67f
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
| 7efd74fe34 | |||
| 5a38301d36 | |||
| 007ea93946 | |||
| defcc3b98c | |||
| 867db02cde | |||
| 491046dcf0 |
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@@ -2,9 +2,9 @@ name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**!master"
|
||||
pull_request:
|
||||
types: [ opened, reopened ]
|
||||
- "develop"
|
||||
# pull_request:
|
||||
# types: [ opened, reopened ]
|
||||
tags:
|
||||
- "!**"
|
||||
|
||||
@@ -17,5 +17,8 @@ jobs:
|
||||
with:
|
||||
php-version: "7.4"
|
||||
- uses: "ramsey/composer-install@v3"
|
||||
- uses: php-actions/phpunit@v3
|
||||
|
||||
- name: "Run Tests with PHPunit"
|
||||
run: |
|
||||
/usr/bin/php vendor/phpunit/phpunit/phpunit --configuration ./phpunit.xml.dist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user