Skip to content

Commit

Permalink
Remove double repo checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kisialiou committed Feb 3, 2025
1 parent 5294ee7 commit 390461a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/e2e-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ inputs:
runs:
using: composite
steps:
- name: Check out repository
uses: actions/checkout@v3

- name: Setup EVM environment file
shell: bash
run: |
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ jobs:
evm_private_key: ${{ secrets.E2E_EVM_PRIVATE_KEY }}
eth_rpc_url: ${{ secrets.E2E_ETH_RPC_URL }}

- name: Debug directory
run: |
pwd
ls -la ./e2e-testing/generated/near_artifacts
find . -name "near_artifacts"
- name: Run pipeline
run: |
pwd
Expand Down

0 comments on commit 390461a

Please sign in to comment.