Skip to content

Commit 723aa12

Browse files
authored
Refine CI (#48)
* Refine CI * reset * Fix path
1 parent c14ab9c commit 723aa12

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

.github/workflows/ci.yml

+13-6
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,20 @@ jobs:
7171
with:
7272
name: itachi-${{ github.sha }}
7373

74-
- name: Run tests
74+
- name: Run itachi in the background
7575
run: |
76-
pwd && ls -lh && ls ./itachi && chmod +x ./itachi
77-
# Run itachi in the background
76+
chmod +x ./itachi
7877
./itachi &
7978
80-
- name: Run tests
79+
- name: Run transfer tests
8180
run: |
82-
cd python
83-
python3 transfer_100_eth.py
81+
python3 python/transfer_100_eth.py
82+
83+
- name: Restart refresh itachi
84+
run: |
85+
killall itachi
86+
rm -rf yu cairo_db && ./itachi &
87+
88+
- name: Run deploy tests
89+
run: |
90+
cd python && python3 deploy_test.py

0 commit comments

Comments
 (0)