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 -