File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -130,17 +130,17 @@ jobs:
130
130
- name : " Create MySQL test database"
131
131
run : mysql --user="root" --host="127.0.0.1" -e "CREATE DATABASE dbtest character set UTF8mb4 collate utf8mb4_bin;"
132
132
133
- - name : " Install Firebird (Linux/Docker)"
134
- if : ${{ runner.os == 'Linux' }}
135
- uses : juarezr/firebirdsql-github-action@v1.2.0
136
- with :
137
- version : " v4"
138
- isc_password : " masterkey"
139
- enable_legacy_client_auth : true
133
+ # - name: "Install Firebird (Linux/Docker)"
134
+ # if: ${{ runner.os == 'Linux' }}
135
+ # uses: juarezr/firebirdsql-github-action@v1.2.0
136
+ # with:
137
+ # version: "v4"
138
+ # isc_password: "masterkey"
139
+ # enable_legacy_client_auth: true
140
140
141
- - name : " Install Firebird (Windows)"
142
- if : ${{ runner.os == 'Windows' }}
143
- run : choco install firebird --version=5.0.0 -params '/SuperClassic/ClientAndDevTools'
141
+ # - name: "Install Firebird (Windows)"
142
+ # if: ${{ runner.os == 'Windows' }}
143
+ # run: choco install firebird --version=5.0.0 -params '/SuperClassic/ClientAndDevTools'
144
144
145
145
# - name: "Install MSSQL Server (Linux)"
146
146
# if: ${{ runner.os == 'Linux' }}
You can’t perform that action at this time.
0 commit comments