Skip to content

Commit

Permalink
Pipeline verification
Browse files Browse the repository at this point in the history
  • Loading branch information
kisialiou committed Feb 3, 2025
1 parent 213ebc5 commit 07c2d83
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
repository: ${{ github.repository }}
tag: ${{ inputs.release_tag }}
fileName: "contracts.zip"
out-file-path: "e2e-testing/generated/near_artifacts"
out-file-path: "./e2e-testing/generated/near_artifacts"
extract: true

- name: Setup E2E environment
Expand All @@ -54,9 +54,19 @@ jobs:
infura_api_key: ${{ secrets.E2E_INFURA_API_KEY }}
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
ls -la ./e2e-testing/generated/near_artifacts
find . -name "near_artifacts"
echo "Running pipeline: ${{ matrix.pipeline }}"
cd e2e-testing && make ${{ matrix.pipeline }}
Expand Down

0 comments on commit 07c2d83

Please sign in to comment.