1
0
Fork 0
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:
Koichi Sasada 2020-09-01 06:14:07 +09:00
parent fbf79f1c11
commit a137874e67

View file

@ -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: