Skip to content

Commit 042d04d

Browse files
authored
test(e2e_tests_pnp): check if test should run (#23732)
1 parent fa50f3e commit 042d04d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ jobs:
293293
e2e_tests_pnp:
294294
executor: node_10_19
295295
steps:
296+
- checkout
297+
- run: ./scripts/assert-changed-files.sh "packages/*|.circleci/*"
296298
- <<: *attach_to_bootstrap
297299
- run:
298300
command: cp -r ./starters/default ./e2e-tests/gatsby-pnp

0 commit comments

Comments
 (0)