From ac91b4c388f92d550eb079b5d4184db7d141080b Mon Sep 17 00:00:00 2001 From: F4ever Date: Thu, 30 May 2024 11:45:24 +0200 Subject: [PATCH] fix: wf names --- .github/workflows/checks.yml | 2 +- .github/workflows/integration-tests.yml | 4 ++-- .github/workflows/tests-and-checks.yml | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index c8076303..68a27e62 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,4 +1,4 @@ -name: Tests and Checks +name: Security checks on: push diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8095138d..3c3b46d4 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,4 +1,4 @@ -name: Tests and checks +name: Integration tests on: push: @@ -36,4 +36,4 @@ jobs: WEB3_RPC_ENDPOINTS: ${{ secrets.WEB3_RPC_ENDPOINT }} DEPOSIT_CONTRACT: "0x00000000219ab540356cBB839Cbe05303d7705Fa" LIDO_LOCATOR: "0xC1d0b3DE6792Bf6b4b37EccdcC24e45978Cfd2Eb" - ANVIL_PATH: "" \ No newline at end of file + ANVIL_PATH: "" diff --git a/.github/workflows/tests-and-checks.yml b/.github/workflows/tests-and-checks.yml index ef94eb35..717dd93f 100644 --- a/.github/workflows/tests-and-checks.yml +++ b/.github/workflows/tests-and-checks.yml @@ -44,4 +44,3 @@ jobs: - name: Unit tests with pytest run: | poetry run pytest tests -m unit -