From 8a6b13fd85f61e30d4ed3506497220b7d9412600 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Fri, 3 May 2024 12:25:47 +1000 Subject: [PATCH] chore: debug gh action --- .github/workflows/run_foss_spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_foss_spec.yml b/.github/workflows/run_foss_spec.yml index b0b2372ae..a3740b10f 100644 --- a/.github/workflows/run_foss_spec.yml +++ b/.github/workflows/run_foss_spec.yml @@ -45,7 +45,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.ref }} repository: ${{ github.event.pull_request.head.repo.full_name }} - + - uses: mxschmitt/action-tmate@v3 - uses: ruby/setup-ruby@v1 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically