From 4811445360a01be3bd6bb111e20796f446c0cda3 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Wed, 29 Sep 2021 14:25:09 +0100 Subject: [PATCH] Run rspec directly --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 707850efa..6e5555beb 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -67,7 +67,7 @@ jobs: - name: Run tests run: | - bundle exec rake + bundle exec rspec