Skip to content

Commit

Permalink
chore: fix specs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed May 6, 2022
1 parent 7802514 commit fa95bc1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/ci/githubActions/setRunVariables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ export const DEPENDENCIES = {
'.github/workflows',
'.github/.cache_version',
],
SPECS_CHANGED: ['specs', ':!specs/bundled'],
SPECS_CHANGED: [
...CLIENTS_COMMON_FILES,
'specs',
'templates',
'generators',
':!specs/bundled',
],
COMMON_SPECS_CHANGED: ['specs/common'],
TESTS_CHANGED: ['tests'],
SCRIPTS_CHANGED: ['scripts'],
Expand Down

0 comments on commit fa95bc1

Please sign in to comment.