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 9492db5 commit da674e3Copy full SHA for da674e3
tests/test_ruby.py
@@ -103,12 +103,13 @@ def test_rails_template(auto_container_per_test):
103
104
# Rails asset pipeline needs Node.js and yarn
105
auto_container_per_test.connection.check_output(
106
- "zypper -n in nodejs-default libyaml-devel"
+ "zypper -n in nodejs-default libyaml-devel xz"
107
)
108
109
110
"gem install 'rails:~> 8.0'"
111
112
+
113
# auto_container_per_test.connection.run_expect([0], "zypper -n in npm nodejs")
114
# auto_container_per_test.connection.run_expect([0], "npm -g install yarn")
115
0 commit comments