Update github workflows

This commit is contained in:
xbgmsharp
2023-07-12 17:21:58 +02:00
parent c056737e2f
commit 582cd4460e
3 changed files with 59 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
name: PostgSail DB Tests docker & sql schema
name: Test services db and api
on:
pull_request:
@@ -21,8 +21,8 @@ jobs:
- name: Check out the source
uses: actions/checkout@v3
- name: Pull Docker image
run: docker pull xbgmsharp/timescaledb-postgis
- name: Pull Docker images
run: docker-compose pull db api
- name: Install psql
run: sudo apt install postgresql-client