We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3fee5 commit 23396bfCopy full SHA for 23396bf
.github/workflows/build.yml
@@ -95,7 +95,6 @@ jobs:
95
bin/install_dynamodblocal.sh
96
bin/start_dynamodblocal.sh
97
- name: Run tests with RSpec
98
- run: bundle exec rspec
99
- continue-on-error: ${{ matrix.allow_failures == 'true' }}
+ run: bundle exec rspec --format progress
100
- name: Coveralls
101
uses: coverallsapp/github-action@v2
0 commit comments