mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add RUBY_DEBUG=ci envval for GH actions
RUBY_DEBUG=ci envval shows more information on rb_bug().
This commit is contained in:
parent
fbf79f1c11
commit
a137874e67
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ubuntu.yml
vendored
1
.github/workflows/ubuntu.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
|||
fail-fast: false
|
||||
env:
|
||||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||
RUBY_DEBUG: ci
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue