Skip to content

Commit

Permalink
Add logs for debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Zuluaga committed Jan 19, 2024
1 parent c618356 commit b76360f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Ruby
on:
push:
branches:
- master
- main

pull_request:

Expand All @@ -17,11 +17,15 @@ jobs:
- '3.2.2'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v6
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- name: Review cassetes(tes purposes)
run: bundle exec rspec --backtrace

- name: Run the default task
run: bundle exec rake

0 comments on commit b76360f

Please sign in to comment.