From 3481a3ef0da02b0c6d9310138348c29b6870178a Mon Sep 17 00:00:00 2001 From: toktar Date: Fri, 8 Jul 2022 16:05:20 +0300 Subject: [PATCH] Update GA test --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1e7f0cde..ac94fb65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,8 +34,7 @@ jobs: - name: Setup full resolver Docker working-directory: ./docker - run: | - docker compose --profile full up + run: docker compose --profile full up - name: Setup Python environment working-directory: ./tests/pytest @@ -48,4 +47,4 @@ jobs: working-directory: ./tests/pytest run: | set -euo pipefail - pytest -v -rP *.py \ No newline at end of file + pytest -v -rP ./*.py \ No newline at end of file