You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add tests reproducing no typings for non-major version for subactions (#2256)
Part of #2253.
A follow-up to the previous change where we didn't take into account
subactions.
---------
Co-authored-by: Björn Kautler <Bjoern@Kautler.net>
Copy file name to clipboardExpand all lines: action-binding-generator/src/test/kotlin/io/github/typesafegithub/workflows/actionbindinggenerator/typing/TypesProvidingTest.kt
+88Lines changed: 88 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -752,6 +752,94 @@ class TypesProvidingTest :
752
752
)
753
753
}
754
754
755
+
test("only stored in typing catalog for older version of subaction using non-major version") {
0 commit comments