mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-23 06:16:42 +00:00
update conditional tags
This commit is contained in:
parent
04059808d5
commit
1cd7df89f1
6
.github/workflows/ruby.yml
vendored
6
.github/workflows/ruby.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user