Skip to content

Commit

Permalink
ci: add catchup to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PhearZero committed Dec 24, 2024
1 parent 1bfafbd commit f0db7b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
curl http://localhost:8080/v2/participation -H "X-Algo-API-Token: $TOKEN" | grep "null"
./algorun-tui stop
./algorun-tui upgrade
./algorun-tui catchup
./algorun-tui catchup stop
./algorun-tui stop
./algorun-tui uninstall
go tool covdata textfmt -i=$GOCOVERDIR -o coverage.txt
Expand Down Expand Up @@ -62,6 +64,8 @@ jobs:
curl http://localhost:8080/v2/participation -H "X-Algo-API-Token: $TOKEN" | grep "null"
./algorun-tui stop
./algorun-tui upgrade
./algorun-tui catchup
./algorun-tui catchup stop
./algorun-tui stop
./algorun-tui uninstall
go tool covdata textfmt -i=$GOCOVERDIR -o coverage.txt
Expand Down

0 comments on commit f0db7b9

Please sign in to comment.