mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
update github actions
This commit is contained in:
3
.github/workflows/db-test.yml
vendored
3
.github/workflows/db-test.yml
vendored
@@ -13,6 +13,8 @@ on:
|
||||
paths:
|
||||
- 'initdb/**'
|
||||
- 'tests/**'
|
||||
tags:
|
||||
- "*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
@@ -58,7 +60,6 @@ jobs:
|
||||
psql -c "SELECT version();"
|
||||
echo "Test PostgSail version"
|
||||
psql -c "SELECT value FROM app_settings WHERE name = 'app.version';"
|
||||
docker compose up -h
|
||||
echo "Test PostgSail Unit Test"
|
||||
docker compose -f docker-compose.dev.yml -f docker-compose.yml up tests --abort-on-container-exit --exit-code-from tests
|
||||
if [ $? != 0 ];
|
||||
|
Reference in New Issue
Block a user