-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b814f11
commit 394ed6a
Showing
2 changed files
with
10 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,18 +130,16 @@ jobs: | |
- name: "Create MySQL test database" | ||
run: mysql --user="root" --host="127.0.0.1" -e "CREATE DATABASE dbtest character set UTF8mb4 collate utf8mb4_bin;" | ||
|
||
# - name: "Install Firebird (Linux)" | ||
# if: ${{ runner.os == 'Linux' }} | ||
# run: | | ||
# sudo add-apt-repository ppa:mapopa/firebird3.0 | ||
# sudo apt-get update | ||
# sudo apt-get install -y firebird2.5-superclassic | ||
# sudo cp ./config/firebird.conf /etc/firebird/2.5/firebird.conf | ||
# sudo service firebird2.5 restart | ||
- name: "Install Firebird (Linux/Docker)" | ||
if: ${{ runner.os == 'Linux' }} | ||
uses: juarezr/[email protected] | ||
with: | ||
version: 'v4' | ||
isc_password: 'masterkey' | ||
|
||
# - name: "Install Firebird (Windows)" | ||
# if: ${{ runner.os == 'Windows' }} | ||
# run: choco install firebird --version=2.5.8 -params '/ClientAndDevTools' | ||
- name: "Install Firebird (Windows)" | ||
if: ${{ runner.os == 'Windows' }} | ||
run: choco install firebird --version=4.0.4 -params '/ClientAndDevTools' | ||
|
||
# - name: "Install MSSQL Server (Linux)" | ||
# if: ${{ runner.os == 'Linux' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters