Skip to content

Commit 98169ab

Browse files
committed
chore(ci/mock_tests): Always run all store-type mocks
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
1 parent dba0898 commit 98169ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mock_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
139139
# Calculate tested counts (first 10 for store types based on test implementation)
140140
PAM_TESTED=$PAM_TYPES_TOTAL
141-
STORE_TESTED=10
141+
STORE_TESTED=$STORE_TYPES_TOTAL
142142
143143
# Calculate percentages
144144
PAM_PERCENT=$((100 * PAM_TESTED / PAM_TYPES_TOTAL))

0 commit comments

Comments
 (0)