Remove continue-on-error: true because it hides errors. (#1129)

* Add test for the workflow.

* Remove continue-on-error.

* Remove always failing test.

* Fix the hidden failure.

* Regenerated.
This commit is contained in:
Googol Lee
2024-11-19 19:03:19 +01:00
committed by GitHub
parent 6b33e88258
commit 772129dbeb
16 changed files with 20 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ package resolvers
// This file will be automatically regenerated based on the schema, any resolver implementations
// will be copied through when generating and any unknown code will be moved to the end.
// Code generated by github.com/99designs/gqlgen version v0.17.55
// Code generated by github.com/99designs/gqlgen version v0.17.56
import (
api "github.com/photoview/photoview/api/graphql"