File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -18,24 +18,11 @@ jobs:
18
18
strategy :
19
19
fail-fast : false
20
20
matrix :
21
- node-version : [18.x, 20.x]
22
- mysql-version : ["mysql:8.0.22", "mysql:8.0. 33"]
21
+ node-version : [ 20.x]
22
+ mysql-version : ["mysql:8.0.33"]
23
23
use-compression : [0, 1]
24
- use-tls : [0]
24
+ use-tls : [0, 1 ]
25
25
mysql_connection_url_key : [""]
26
- # TODO - add mariadb to the matrix. currently few tests are broken due to mariadb incompatibilities
27
- include :
28
- # 20.x
29
- - node-version : " 20.x"
30
- mysql-version : " mysql:8.0.33"
31
- use-compression : 1
32
- use-tls : 0
33
- use-builtin-test-runner : 1
34
- - node-version : " 20.x"
35
- mysql-version : " mysql:8.0.33"
36
- use-compression : 0
37
- use-tls : 1
38
- use-builtin-test-runner : 1
39
26
env :
40
27
MYSQL_CONNECTION_URL : ${{ secrets[matrix.mysql_connection_url_key] }}
41
28
82
69
83
70
- name : Run tests
84
71
run : FILTER=${{matrix.filter}} MYSQL_USE_TLS=${{ matrix.use-tls }} MYSQL_USE_COMPRESSION=${{ matrix.use-compression }} npm run coverage-test
85
-
86
- - name : Run tests with built-in node test runner
87
- if : ${{ matrix.use-builtin-test-runner }}
88
- run : FILTER=${{matrix.filter}} MYSQL_USE_TLS=${{ matrix.use-tls }} MYSQL_USE_COMPRESSION=${{ matrix.use-compression }} npm run test:builtin-node-runner
You can’t perform that action at this time.
0 commit comments