Skip to content

Commit 2425ab5

Browse files
committed
Matrix and test setup have moved to
mariadb-corporation github account.
1 parent d9a1b0d commit 2425ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- id: set-matrix
3131
name: build matrix
32-
uses: rusher/mariadb-test-build-matrix@main
32+
uses: mariadb-corporation/connector-ci-build-matrix@main
3333
with:
3434
additional-matrix: '[{"name": "MariaDB 11.4 (local) - windows 2025", "os": "windows-2025", "db-type": "community", "db-tag": "11.4"}]'
3535

@@ -128,7 +128,7 @@ jobs:
128128

129129
- name: Setup Test Environment
130130
id: setup-env
131-
uses: rusher/mariadb-test-setup@master
131+
uses: mariadb-corporation/connector-ci-setup@master
132132
with:
133133
node-version: ${{ matrix.node }}
134134
db-type: ${{ matrix.db-type }}

0 commit comments

Comments
 (0)