Skip to content

Commit 1535c94

Browse files
committed
Fix check-init workflow
1 parent d3e98e6 commit 1535c94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/check-init

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cd "$(mktemp -d)"
77
go mod init inittest
88
go get -tool github.com/99designs/gqlgen
99
go mod edit -replace=github.com/99designs/gqlgen="$gqlgen_dir"
10+
go mod tidy
1011

1112
if ! go tool gqlgen init ; then
1213
echo "gqlgen init failed"

0 commit comments

Comments
 (0)