diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ce163f4..ee665ec 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: @@ -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