Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit bb6113a

Browse files
authoredJul 28, 2021
chore: only run example tests if code has changed (#3773)
No need to run example tests if we've just changed docs etc.
1 parent d4090e0 commit bb6113a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
script:
292292
# Travis lets scripts continue even if previous steps fail so need to use &&: https://github.com/travis-ci/travis-ci/issues/1066
293293
- npm run configure-examples &&
294-
npm run test -- --scope=example* --concurrency=1
294+
npm run test -- $RUN_SINCE --scope=example* --concurrency=1
295295

296296
- stage: release-rc
297297
# only run on changes to master

0 commit comments

Comments
 (0)
This repository has been archived.