From a137874e67b0b3f815be3ba322ed8925860bc673 Mon Sep 17 00:00:00 2001 From: Koichi Sasada Date: Tue, 1 Sep 2020 06:14:07 +0900 Subject: add RUBY_DEBUG=ci envval for GH actions RUBY_DEBUG=ci envval shows more information on rb_bug(). --- .github/workflows/ubuntu.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows/ubuntu.yml') diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index bafb4b3e77..c69f73ed91 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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: -- cgit v1.2.3