We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9791ca commit 45f374fCopy full SHA for 45f374f
bin/build
@@ -41,6 +41,16 @@ echo "* Testing Solidus Sample *"
41
echo "**************************"
42
bin/rspec sample/spec
43
44
+echo "**************************"
45
+echo "* Testing Legacy Promotions *"
46
47
+bin/rspec legacy_promotions/spec
48
+
49
50
+echo "* Testing Solidus Promotions *"
51
52
+bin/rspec promotions/spec
53
54
if [ -n "$COVERAGE" ]; then
55
# Generate coverage report
56
echo "******************************"
0 commit comments