tally rework api switchover (#1328)
* tally rework api switchover * fix and send logs * temp: force main instance while RPCs propagate * Revert "temp: force main instance while RPCs propagate" This reverts commit 4c93379cfa64efd60eb4767dd8eced1bdd302531.
This commit is contained in:
@@ -89,4 +89,14 @@ jobs:
|
||||
- name: Run snippet tests
|
||||
run: |
|
||||
npm run test:snips
|
||||
working-directory: ./apps/api
|
||||
working-directory: ./apps/api
|
||||
- name: Kill instances
|
||||
if: always()
|
||||
run: pkill -9 node
|
||||
# - uses: actions/upload-artifact@v4
|
||||
# if: always()
|
||||
# with:
|
||||
# name: Logs
|
||||
# path: |
|
||||
# ./apps/api/api.log
|
||||
# ./apps/api/worker.log
|
||||
Reference in New Issue
Block a user