Skip to content

Commit 42c772e

Browse files
committed
Add RAILS_ENV=test
1 parent 5f97d9f commit 42c772e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/test_example_app

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ yarn install
1010

1111
# test a normal test run
1212
bundle exec rake db:test:prepare
13-
NODE_OPTIONS=--openssl-legacy-provider bundle exec rake assets:precompile
13+
NODE_OPTIONS=--openssl-legacy-provider RAILS_ENV=test bundle exec rake assets:precompile
1414
bundle exec rake cypress:run
1515

1616
# test that passing options works (by printing help)

0 commit comments

Comments
 (0)