Skip to content

Commit 90e70f0

Browse files
committed
Extract TEST_PHP_ARGS to env
1 parent 5cef592 commit 90e70f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ jobs:
7171
version: ${{ matrix.php-version }}
7272

7373
- name: "Run Tests"
74-
run: TEST_PHP_ARGS="-q -x --show-diff -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP" make test
74+
run: make test
7575
env:
76+
TEST_PHP_ARGS: "-q -x --show-diff -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP"
7677
MONGODB_URI: ${{ steps.setup-mongodb.outputs.cluster-uri }}
7778

7879
pecl-test:
@@ -176,6 +177,7 @@ jobs:
176177
topology: "server"
177178

178179
- name: "Run Tests"
179-
run: TEST_PHP_ARGS="-q -x --show-diff -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP" make test
180+
run: make test
180181
env:
182+
TEST_PHP_ARGS: "-q -x --show-diff -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP"
181183
MONGODB_URI: ${{ steps.setup-mongodb.outputs.cluster-uri }}

0 commit comments

Comments
 (0)