mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-11 06:28:40 +00:00
test mssql service
This commit is contained in:
parent
2c892ade63
commit
34f53c50e3
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
|
|
@ -60,6 +60,13 @@ jobs:
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
|
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 3
|
||||||
|
mssql:
|
||||||
|
image: mcr.microsoft.com/mssql/server:2019-latest
|
||||||
|
env:
|
||||||
|
SA_PASSWORD: c0MplicatedP@ssword
|
||||||
|
ACCEPT_EULA: 'Y'
|
||||||
|
ports:
|
||||||
|
- 1433:1433
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -93,11 +100,6 @@ jobs:
|
||||||
ref: develop
|
ref: develop
|
||||||
repository: Karaka-Management/Resources
|
repository: Karaka-Management/Resources
|
||||||
path: Resources
|
path: Resources
|
||||||
- name: Create mssql/sqlsrv
|
|
||||||
uses: potatoqualitee/mssqlsuite@v1.5.1
|
|
||||||
with:
|
|
||||||
install: sqlengine, sqlclient, sqlpackage, localdb
|
|
||||||
sa-password: c0MplicatedP@ssword
|
|
||||||
- name: Setup PHP, with composer and extensions
|
- name: Setup PHP, with composer and extensions
|
||||||
uses: shivammathur/setup-php@master
|
uses: shivammathur/setup-php@master
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user