Skip to content

Commit 23396bf

Browse files
committed
Simplify test configuration in GitHub Actions
1 parent cb3fee5 commit 23396bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ jobs:
9595
bin/install_dynamodblocal.sh
9696
bin/start_dynamodblocal.sh
9797
- name: Run tests with RSpec
98-
run: bundle exec rspec
99-
continue-on-error: ${{ matrix.allow_failures == 'true' }}
98+
run: bundle exec rspec --format progress
10099
- name: Coveralls
101100
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)