Skip to content

Commit 75f147e

Browse files
author
David M. Lary
committed
more CI debugging
Looks like the .rspec file is not being loaded in CI when we run `bundle exec rake spec`. Trying `bundle exec rspec` instead.
1 parent 27dc929 commit 75f147e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
ruby-version: "${{ matrix.ruby }}"
3232
bundler-cache: true
3333
- run: bundle install
34-
- run: bundle exec rake spec
34+
- run: bundle exec rspec

0 commit comments

Comments
 (0)