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 5f97d9f commit 42c772eCopy full SHA for 42c772e
script/test_example_app
@@ -10,7 +10,7 @@ yarn install
10
11
# test a normal test run
12
bundle exec rake db:test:prepare
13
-NODE_OPTIONS=--openssl-legacy-provider bundle exec rake assets:precompile
+NODE_OPTIONS=--openssl-legacy-provider RAILS_ENV=test bundle exec rake assets:precompile
14
bundle exec rake cypress:run
15
16
# test that passing options works (by printing help)
0 commit comments