From 88bc27202b92aca54f4eac7e10c1e8b6108ece1b Mon Sep 17 00:00:00 2001 From: Matt D Jones Date: Sun, 10 Oct 2021 12:07:57 -0400 Subject: [PATCH] ensure Git history is retrieved for testing --- .github/workflows/ruby.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index daf3ae3..ef01757 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -23,6 +23,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: