Skip to content

Commit 3a43c0e

Browse files
fix
1 parent 373ab48 commit 3a43c0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
export GOPATH=$HOME/go
4949
export GOBIN=$GOPATH/bin
5050
export PATH=$PATH:$GOPATH:$GOBIN:$HOME/ogc
51+
go run main.go pullTemplates --all
5152
go test -v ./... -race -coverprofile=coverage.out -coverpkg=./... -covermode=atomic
5253
- name: Upload coverage to Codecov
5354
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)