Skip to content

Commit f59730f

Browse files
Revert "temp: test only free sources"
This reverts commit df7f939.
1 parent 1476ea3 commit f59730f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/run-e2e-tests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ set -e
1818

1919
export CYPRESS_HOST=$wp_host
2020

21+
# test free - lifecycle
22+
export CYPRESS_SPEC_TO_RUN="free-lifecycle.js"
23+
npm run cypress:run
24+
2125
# test free - sources
2226
export CYPRESS_SPEC_TO_RUN="free-sources.js"
2327
npm run cypress:run

0 commit comments

Comments
 (0)