Skip to content

Commit

Permalink
✅ - Include time to kill Rewatch after every test
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandpeelen committed May 9, 2024
1 parent db9001b commit 32e96ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/suite-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,18 @@ fi

bold "Yarn Tests"
./compile.sh "testrepo_yarn" \
&& sleep 1 \
&& ./watch.sh "testrepo_yarn" \
&& sleep 1 \
&& ./lock.sh "testrepo_yarn" \
&& sleep 1 \
&& ./suffix.sh "testrepo_yarn";

bold "PNPM Tests"
./compile.sh "testrepo_pnpm" \
&& sleep 1 \
&& ./watch.sh "testrepo_pnpm" \
&& sleep 1 \
&& ./lock.sh "testrepo_pnpm" \
&& sleep 1 \
&& ./suffix.sh "testrepo_pnpm";

0 comments on commit 32e96ab

Please sign in to comment.