From 691f400b07288c1cf1016a5a021a32bea9e9e1d4 Mon Sep 17 00:00:00 2001 From: enzofab91 Date: Thu, 20 Jul 2023 16:25:51 -0300 Subject: [PATCH] Update CI setup --- .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 92ada062..ddd5de97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: bundle exec rake code:analysis - name: Run Tests run: | - bundle exec rspec + bundle exec rake knapsack:rspec - name: Check for missing annotations run: bundle exec annotate - name: Check for untracked changes in app and spec directories