diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 01c5a45..9e3c973 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -47,19 +47,19 @@ jobs: bundle exec rspec - name: rswag-specs - if: succeeded() || failed() + if: success() || failure() run: | cd rswag-specs bundle exec rspec - name: rswag-ui - if: succeeded() || failed() + if: success() || failure() run: | cd rswag-ui bundle exec rspec - name: test-app - if: succeeded() || failed() + if: success() || failure() run: | cd test-app bundle exec rake db:migrate db:test:prepare