Skip to content

Commit 12762bc

Browse files
committed
Run tests with system libs
1 parent ae45f96 commit 12762bc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/system-libs.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,19 @@ jobs:
3535
- name: "Check driver version"
3636
shell: bash
3737
run: make show-config
38+
39+
- uses: actions/setup-python@v5
40+
with:
41+
python-version: "3.13"
42+
43+
- name: Setup MongoDB
44+
id: setup-mongodb
45+
uses: ./tests/drivers-evergreen-tools
46+
with:
47+
version: "8.0"
48+
topology: "server"
49+
50+
- name: "Run Tests"
51+
run: TEST_PHP_ARGS="-q -x --show-diff -g FAIL,XFAIL,BORK,WARN,LEAK,SKIP" make test
52+
env:
53+
MONGODB_URI: ${{ steps.setup-mongodb.outputs.cluster-uri }}

0 commit comments

Comments
 (0)