From 58c32b2c8dc1943805d248011fcb8a395af1e129 Mon Sep 17 00:00:00 2001 From: petarTxFusion Date: Fri, 19 Jan 2024 16:07:18 +0100 Subject: [PATCH] ci: patch prepare environment job --- .github/workflows/test.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b06a10..825d7f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,6 +33,6 @@ jobs: - name: Wait for local-setup to be ready run: make wait - name: Prepare environment - run: make prepare-tests + run: make prepare-environment - name: Run tests run: make run-tests \ No newline at end of file diff --git a/Makefile b/Makefile index e526a68..8a08912 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ run-tests: python -m unittest discover -s tests -prepare-test: +prepare-environment: python scripts/setup.py check-code-format: