Skip to content

Commit

Permalink
chore: Fix CI error (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham authored Feb 20, 2024
1 parent 5027c33 commit a9a4225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Generate proof and public parameters from commit hash
run: |
python generate_contract_input.py ${{ env.NOVA_URL }} ${{ env.$NOVA_COMMIT }} ${{ env.NOVA_TEST_NAME }}
python generate_contract_input.py ${{ env.NOVA_URL }} ${{ env.NOVA_COMMIT }} ${{ env.NOVA_TEST_NAME }}
- name: Deploy main contract
run: |
Expand Down

0 comments on commit a9a4225

Please sign in to comment.