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 be42a22 commit 02ae43bCopy full SHA for 02ae43b
test/spec/lein_npm_spec.rb
@@ -188,7 +188,7 @@
188
end
189
190
it 'skips Node.js installation when SKIP_NODEJS_INSTALL is set' do
191
- new_default_hatchet_runner('lein-2.x-with-lein-npm').tap do |app|
+ new_default_hatchet_runner('lein-2.x-with-lein-npm', allow_failure: true).tap do |app|
192
app.before_deploy do
193
app.set_config('SKIP_NODEJS_INSTALL' => 'true')
194
@@ -197,9 +197,6 @@
197
# Verify Node.js installation is skipped
198
expect(clean_output(app.output)).not_to include('-----> Installing Node.js')
199
expect(clean_output(app.output)).not_to include('Downloading Node.js')
200
-
201
- # Verify successful deployment
202
- expect(app).to be_deployed
203
204
205
0 commit comments