diff --git a/.github/e2e-setup/action.yml b/.github/e2e-setup/action.yml index e4f40bcb..8d2fdba0 100644 --- a/.github/e2e-setup/action.yml +++ b/.github/e2e-setup/action.yml @@ -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: | diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 9091251f..22efb956 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -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