From 64bbd570b5c5e033c3ccdb5b5ec0fdaa9b98c429 Mon Sep 17 00:00:00 2001 From: Tokiniaina Date: Thu, 24 Oct 2024 14:52:26 +0300 Subject: [PATCH] change the test step --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 0f064ab..bda32e1 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 \