From f606670a1bde38287367abe4767459f5cecb88f7 Mon Sep 17 00:00:00 2001 From: Joe Rafaniello Date: Mon, 13 Mar 2023 15:46:16 -0400 Subject: [PATCH] Try to catch ui classic security issues before they're merged --- .github/workflows/ci.yaml | 1 + Rakefile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c0ce3bf0e2..3ef04e84c69 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,6 +22,7 @@ jobs: - spec:javascript - spec:jest - spec:routes + - spec:security include: - ruby-version: '2.7' node-version: 14 diff --git a/Rakefile b/Rakefile index 21411cb7eda..50dde033174 100644 --- a/Rakefile +++ b/Rakefile @@ -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