Skip to content

Commit

Permalink
Rebases and updates randomize branch
Browse files Browse the repository at this point in the history
  • Loading branch information
filipefurtad0 committed Oct 31, 2022
1 parent d7fa522 commit 6002333
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
bundle exec rake db:schema:load
- name: Run tests
run: bundle exec rspec --bisect -- ${{ matrix.specs }}
# to assess failing examples only, not to be MERGED
run: bundle exec rspec --profile -- ${{ matrix.specs }}

- name: Archive failed tests screenshots
if: failure()
Expand Down

0 comments on commit 6002333

Please sign in to comment.