Skip to content

Commit

Permalink
minor regex edit
Browse files Browse the repository at this point in the history
  • Loading branch information
frosty00 committed Jan 4, 2023
1 parent 8ac1438 commit a764369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-manager.sh
Expand Up @@ -89,7 +89,7 @@ function run_tests {
wait $rest_pid && wait $ws_pid && echo "$TRAVIS_BUILD_WEB_URL" > "$cached_url_file"
}

if [ "$delta" -gt $six_hours ] || grep -q -E 'Client(Trait)?\.php$|Exchange\.php|/test|/base|^build|static_dependencies|^run-tests|package(-lock)?\.json$' <<< "$diff"; then
if [ "$delta" -gt $six_hours ] || grep -q -E 'Client(Trait)?\.php$|Exchange\.php$|/test|/base|^build|static_dependencies|^run-tests|package(-lock)?\.json$' <<< "$diff"; then
# shellcheck disable=SC2155
run_tests && date +%s > "$cached_timestamp_file"
else
Expand Down

0 comments on commit a764369

Please sign in to comment.