Skip to content

Commit

Permalink
Stop testing obsolete feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 27, 2024
1 parent e301845 commit d60b242
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ jobs:
run: bin/setup
- name: Run tests
run: bin/rake
- name: Run tests (with cocina feature flag enabled)
run: SETTINGS__FEATURES__COCINA=true bin/rake spec
- name: Run tests (with OCFL feature flag enabled)
run: SETTINGS__FEATURES__READ_STACKS_FROM_OCFL_ROOT=true bin/rake spec

0 comments on commit d60b242

Please sign in to comment.