From d425257de7e66960dedd6fad9ee64951dbe34ea5 Mon Sep 17 00:00:00 2001 From: "Dmytro (Dima) Kabanov" Date: Mon, 25 Nov 2024 11:42:27 -0800 Subject: [PATCH] Install dependencies --- .github/workflows/rspec.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rspec.yml b/.github/workflows/rspec.yml index fcef784..fc33d3c 100644 --- a/.github/workflows/rspec.yml +++ b/.github/workflows/rspec.yml @@ -14,6 +14,8 @@ jobs: with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true + - name: Install dependencies + run: bundle install - name: Run tests run: | - bundle exec rspec \ No newline at end of file + bundle exec rspec