Skip to content

Commit 1a50398

Browse files
committed
Fixed bug that test cases cannot work for pqsql.
1 parent ee17218 commit 1a50398

File tree

3 files changed

+14
-78
lines changed

3 files changed

+14
-78
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Close Pull Request
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
7+
jobs:
8+
run:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: superbrothers/close-pull-request@v3
12+
with:
13+
comment: "Hi, this is a READ-ONLY repository, please submit your PR on the https://github.com/hyperf/hyperf repository.<br><br> This Pull Request will close automatically.<br><br> Thanks! "

.github/workflows/test.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"autoload-dev": {
3131
"psr-4": {
32-
"HyperfTest\\Database\\PgSQL\\": "tests"
32+
"HyperfTest\\Database\\PgSQL\\": "tests/"
3333
}
3434
},
3535
"config": {

0 commit comments

Comments
 (0)