Skip to content

Commit

Permalink
add generate block controll
Browse files Browse the repository at this point in the history
  • Loading branch information
zsluedem committed May 8, 2024
1 parent 074d9bd commit 8d9d34d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
host: ${{ secrets.HOST }}
key: ${{ secrets.WILL }}
username: ${{ secrets.USER }}
script: systemctl stop torii.service; systemctl restart katana.service
script: systemctl stop torii.service; systemctl stop katana-genblock.service; systemctl restart katana.service
- run: sozo --profile ${{ env.TARGET_NAME }} migrate apply
- uses: actions/upload-artifact@v4
with:
Expand All @@ -38,6 +38,6 @@ jobs:
host: ${{ secrets.HOST }}
key: ${{ secrets.WILL }}
username: ${{ secrets.USER }}
script: systemctl start torii.service
script: systemctl start torii.service; systemctl start katana-genblock.service
- name: set merkle data
run: bash scripts/set_testnet_merkle.sh

0 comments on commit 8d9d34d

Please sign in to comment.