Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Oct 16, 2024
1 parent cbc7b98 commit 40cdd92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/verify-proof.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
verify-proofs:
runs-on: [self-hosted, Linux, X64, aws_autoscaling]
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Install node dependencies
run: npm install
- name: Clean up after previous checkout
run: chmod +w -R ${GITHUB_WORKSPACE}; rm -rf ${GITHUB_WORKSPACE}/*;
- name: Checkout code
uses: actions/checkout@v4
with:
repository: 'NilFoundation/evm-placeholder-verification'
ref: ${{ inputs.evm-placeholder-verification-ref }}
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Install node dependencies
run: npm install
- name: Download artifact
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 40cdd92

Please sign in to comment.