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

Commit

Permalink
chore: only run example tests if code has changed (#3773)
Browse files Browse the repository at this point in the history
No need to run example tests if we've just changed docs etc.
  • Loading branch information
achingbrain committed Jul 28, 2021
1 parent d4090e0 commit bb6113a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -291,7 +291,7 @@ jobs:
script:
# Travis lets scripts continue even if previous steps fail so need to use &&: https://github.com/travis-ci/travis-ci/issues/1066
- npm run configure-examples &&
npm run test -- --scope=example* --concurrency=1
npm run test -- $RUN_SINCE --scope=example* --concurrency=1

- stage: release-rc
# only run on changes to master
Expand Down

0 comments on commit bb6113a

Please sign in to comment.