Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
ci: fix ef-tests by moving cairo1helpers class to build/common (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat authored Aug 21, 2024
1 parent beb8a24 commit c7412cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,17 @@ jobs:
- name: Install nextest
uses: taiki-e/install-action@nextest

- name: Download Kakarot-SSJ build artifacts in v0
- name: Download Kakarot-SSJ build artifacts in v1
uses: actions/download-artifact@v3
with:
name: kakarot-ssj-build
path: ./build/v1

- name: Move Cairo1Helpers
run:
mv build/v1/contracts_Cairo1Helpers.compiled_contract_class.json
build/common/cairo1_helpers.json

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit c7412cf

Please sign in to comment.