Skip to content

Commit

Permalink
fix: wf names
Browse files Browse the repository at this point in the history
  • Loading branch information
F4ever committed May 30, 2024
1 parent d3d40a1 commit ac91b4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests and Checks
name: Security checks

on: push

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests and checks
name: Integration tests

on:
push:
Expand Down Expand Up @@ -36,4 +36,4 @@ jobs:
WEB3_RPC_ENDPOINTS: ${{ secrets.WEB3_RPC_ENDPOINT }}
DEPOSIT_CONTRACT: "0x00000000219ab540356cBB839Cbe05303d7705Fa"
LIDO_LOCATOR: "0xC1d0b3DE6792Bf6b4b37EccdcC24e45978Cfd2Eb"
ANVIL_PATH: ""
ANVIL_PATH: ""
1 change: 0 additions & 1 deletion .github/workflows/tests-and-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ jobs:
- name: Unit tests with pytest
run: |
poetry run pytest tests -m unit

0 comments on commit ac91b4c

Please # to comment.