chore: debug gh action

This commit is contained in:
Vishnu Narayanan
2024-05-03 12:29:33 +10:00
parent ce69614662
commit 8dd735f3ea
+2 -1
View File
@@ -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