From 18e2bf437a5c51b35e678d684a18444c9c3408f9 Mon Sep 17 00:00:00 2001 From: Marek Mahut Date: Fri, 24 Sep 2021 12:03:31 +0200 Subject: [PATCH] github: actions --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index c330540..b3e7311 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -21,4 +21,4 @@ jobs: - name: Install dependencies run: bundle install - name: Run tests - run: bundle exec rake + run: bundle exec rspec ./spec