Skip to content

Commit 4b4cb5e

Browse files
committed
add return code warning
1 parent b924854 commit 4b4cb5e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,10 @@ jobs:
318318
with:
319319
python-version: ${{ matrix.python }}
320320
- run: make init
321-
- run: pytest -vv tests/integration/workflows/dotnet_clipackage
321+
- run: |
322+
ruby -rbundler -e'p Bundler::CLI.printable_commands(true)'
323+
bundle cli_help
324+
pytest -vv tests/integration/workflows/dotnet_clipackage
322325
323326
rust-cargo-lambda-integration:
324327
name: ${{ matrix.os }} / ${{ matrix.python }} / rust-cargo-lambda

tests/integration/workflows/ruby_bundler/test_ruby.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
("runtime",),
2020
[
2121
("ruby3.2",),
22-
("ruby3.3",),
23-
("ruby3.4",),
2422
],
2523
)
2624
class TestRubyWorkflow(TestCase):

0 commit comments

Comments
 (0)