From c2482c2312dcee0d0fce7ddc390eccef92e04c52 Mon Sep 17 00:00:00 2001 From: Raman Siamionau Date: Tue, 22 Aug 2023 03:46:28 +0200 Subject: [PATCH] fix github ci --- .github/workflows/tests_and_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests_and_checks.yml b/.github/workflows/tests_and_checks.yml index 84281603..79c15957 100644 --- a/.github/workflows/tests_and_checks.yml +++ b/.github/workflows/tests_and_checks.yml @@ -26,7 +26,7 @@ jobs: run: | poetry install - - name: [Unit] Test with pytest + - name: Unit Tests with pytest run: | poetry run pytest tests -m unit @@ -38,7 +38,7 @@ jobs: run: | npx hardhat node --fork ${{ secrets.WEB3_RPC_ENDPOINT }} - - name: [Integration] Test with pytest + - name: Integration Tests with pytest run: | poetry run pytest tests -m integration env: