From 8dd735f3ea35abc55753edb77005910c0891a253 Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Fri, 3 May 2024 12:29:33 +1000 Subject: [PATCH] chore: debug gh action --- .github/workflows/run_foss_spec.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run_foss_spec.yml b/.github/workflows/run_foss_spec.yml index a3740b10f..827f2066f 100644 --- a/.github/workflows/run_foss_spec.yml +++ b/.github/workflows/run_foss_spec.yml @@ -45,7 +45,6 @@ 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 @@ -66,6 +65,8 @@ jobs: - name: Create database run: bundle exec rake db:create + - uses: mxschmitt/action-tmate@v3 + - name: Seed database run: bundle exec rake db:schema:load