We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b924854 commit 4b4cb5eCopy full SHA for 4b4cb5e
2 files changed
.github/workflows/build.yml
@@ -318,7 +318,10 @@ jobs:
318
with:
319
python-version: ${{ matrix.python }}
320
- run: make init
321
- - run: pytest -vv tests/integration/workflows/dotnet_clipackage
+ - run: |
322
+ ruby -rbundler -e'p Bundler::CLI.printable_commands(true)'
323
+ bundle cli_help
324
+ pytest -vv tests/integration/workflows/dotnet_clipackage
325
326
rust-cargo-lambda-integration:
327
name: ${{ matrix.os }} / ${{ matrix.python }} / rust-cargo-lambda
tests/integration/workflows/ruby_bundler/test_ruby.py
@@ -19,8 +19,6 @@
19
("runtime",),
20
[
21
("ruby3.2",),
22
- ("ruby3.3",),
23
- ("ruby3.4",),
24
],
25
)
26
class TestRubyWorkflow(TestCase):
0 commit comments