Skip to content

Commit

Permalink
now?
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Nov 28, 2024
1 parent 5234e08 commit 7fef282
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/_build-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,16 @@ jobs:
shell: bash
run: make deps && make lint-contracts

- name: Run tmate
# - name: Run tmate
# env:
# SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
# CI_GH_TOKEN: ${{ secrets.CI_GH_TOKEN }}
# uses: mxschmitt/action-tmate@v2

- name: Regenerate verifier and Poseidon contracts and ensure that they are up-to-date
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
CI_GH_TOKEN: ${{ secrets.CI_GH_TOKEN }}
uses: mxschmitt/action-tmate@v2

- name: Regenerate verifier and Poseidon contracts and ensure that they are up-to-date
run: |
make generate-verifier-contracts && make generate-poseidon-contracts && \
git diff --exit-code -- contracts/
Expand Down

0 comments on commit 7fef282

Please sign in to comment.