Skip to content

Commit

Permalink
Trying GitHub Actions for testing
Browse files Browse the repository at this point in the history
Attempting to figure out why rspec passes but the action still fails.
  • Loading branch information
jordansissel committed Oct 25, 2022
1 parent 6c87589 commit 023c435
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ruby.yml
Expand Up @@ -36,4 +36,8 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rspec
run: |
set +e
echo "one"
false
echo "two"

0 comments on commit 023c435

Please sign in to comment.