added pull for CI testing

This commit is contained in:
Russ Magee 2025-12-08 21:46:41 -08:00
parent 04895ad26a
commit 85e1ff7505
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ echo "Building most recent push on branch $branch"
git checkout "$branch" git checkout "$branch"
ls ls
git pull
go clean -modcache go clean -modcache
go mod init go mod init
go mod tidy go mod tidy