Skip to content

Commit

Permalink
chore: CI demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Orlando committed Sep 1, 2023
1 parent 3d1dd18 commit ffb8401
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,14 @@ jobs:
- name: extract Cairo
run: tar -xvf cairo.tar.gz

# - name: add Cairo to path
# run: export STARKNET_SIERRA_COMPILE_PATH=./cairo/bin/starknet-sierra-compile

- name: demo
run: ./cairo/bin/starknet-sierra-compile --version

- name: Print name
run: echo "Hello $STARKNET_SIERRA_COMPILE_PATH"

# - name: run test
# run: yarn test:l1-execution
- name: run test
run: yarn test:l1-execution



Expand Down

0 comments on commit ffb8401

Please sign in to comment.