Skip to content

Commit

Permalink
skip some steps
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Nov 28, 2024
1 parent 4e7008a commit 380e249
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/_build-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ jobs:
make generate-verifier-contracts && make generate-poseidon-contracts && \
git diff --exit-code -- contracts/
- name: Compile eth contracts
run: make compile-contracts
# - name: Compile eth contracts
# run: make compile-contracts

- name: Upload generated contracts to artifacts
uses: actions/upload-artifact@v4
with:
name: generated-contracts
path: contracts
retention-days: 1
# - name: Upload generated contracts to artifacts
# uses: actions/upload-artifact@v4
# with:
# name: generated-contracts
# path: contracts
# retention-days: 1

- name: Upload bytecode and ABI to artifacts
uses: actions/upload-artifact@v4
with:
name: contract-artifacts
path: artifacts
retention-days: 1
# - name: Upload bytecode and ABI to artifacts
# uses: actions/upload-artifact@v4
# with:
# name: contract-artifacts
# path: artifacts
# retention-days: 1

0 comments on commit 380e249

Please sign in to comment.