Skip to content

Commit

Permalink
Merge pull request #8703 from jrafanie/run_core_security_rake_task_fr…
Browse files Browse the repository at this point in the history
…om_ui_classic

Try to catch ui classic security issues before they're merged
  • Loading branch information
Fryguy authored Mar 15, 2023
2 parents 1288178 + f606670 commit 0da946e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- spec:javascript
- spec:jest
- spec:routes
- spec:security
include:
- ruby-version: '2.7'
node-version: 14
Expand Down
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ namespace :spec do
exit 0
end

desc "Run security specs from core"
task :security => ["app:test:security"]

namespace :jest do
desc 'Run Jest tests with node debugger'
task :debug do
Expand Down

0 comments on commit 0da946e

Please sign in to comment.