Skip to content

Commit

Permalink
#113 Install docker - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Oct 3, 2024
1 parent 88f7cd1 commit 34101b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
# - name: MsSQL service
# run: docker run --detach --env ACCEPT_EULA --env MSSQL_PID --env MSSQL_SA_PASSWORD --publish 1433:1433 mcr.microsoft.com/mssql/server

- name: MySQL service
run: docker run --detach --env MYSQL_DATABASE --env MYSQL_PASSWORD --env MYSQL_ROOT_PASSWORD --env MYSQL_USER --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=6 --publish 3306:3306 bitnami/mysql
# - name: MySQL service
# run: docker run --detach --env MYSQL_DATABASE --env MYSQL_PASSWORD --env MYSQL_ROOT_PASSWORD --env MYSQL_USER --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=6 --publish 3306:3306 bitnami/mysql

- name: create empty Sqlite database file
run: mkdir "C:\Temp\sqlite" && New-Item "C:\Temp\sqlite\G2C.db"
Expand Down

0 comments on commit 34101b5

Please sign in to comment.