Skip to content

Commit

Permalink
Refine CI (#48)
Browse files Browse the repository at this point in the history
* Refine CI

* reset

* Fix path
  • Loading branch information
nordschesasa authored Apr 18, 2024
1 parent c14ab9c commit 723aa12
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,20 @@ jobs:
with:
name: itachi-${{ github.sha }}

- name: Run tests
- name: Run itachi in the background
run: |
pwd && ls -lh && ls ./itachi && chmod +x ./itachi
# Run itachi in the background
chmod +x ./itachi
./itachi &
- name: Run tests
- name: Run transfer tests
run: |
cd python
python3 transfer_100_eth.py
python3 python/transfer_100_eth.py
- name: Restart refresh itachi
run: |
killall itachi
rm -rf yu cairo_db && ./itachi &
- name: Run deploy tests
run: |
cd python && python3 deploy_test.py

0 comments on commit 723aa12

Please sign in to comment.