From 67351b51acd828f805b3c2024cbd2ec3926e6a89 Mon Sep 17 00:00:00 2001 From: Matthew Thornton Date: Wed, 27 Sep 2023 11:07:28 -0400 Subject: [PATCH] Fix rake command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32ccd9e..4fd8edf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: bundle exec rake spec - name: Run security checks - run: bundle exec rake tests:security + run: bundle exec rake security - name: Run linter run: bundle exec rake rubocop \ No newline at end of file