change the test step

This commit is contained in:
Tokiniaina 2024-10-24 14:52:26 +03:00
parent 8da698851b
commit 64bbd570b5

View File

@ -47,7 +47,7 @@ jobs:
load: true
- name: Tests
run: |
docker run -v $(pwd)/tests:/mnt/tests \
docker run -v $(PWD)/tests:/mnt/tests \
--network=host \
-e PGHOST=localhost \
${{ env.TAGS }}:latest \