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
Copy file name to clipboardExpand all lines: .github/workflows/unit_tests_backwards_compatibility.yml
+28-3Lines changed: 28 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ concurrency:
4
4
cancel-in-progress: true
5
5
on:
6
6
workflow_dispatch:
7
-
description: "This action tests backwards compatibility when db migrations are introduced. It tests database schema at new code(old_cc_ref) with unittests running old code(new_cc_ref) "
8
7
inputs:
9
8
old_cc_ref:
10
9
description: 'Old Version of CC_NG that the backwards compatibility should be checked against'
0 commit comments