From 5d0df00148eb1db6efd94dbf6d4c126c5205dc1c Mon Sep 17 00:00:00 2001 From: stephanie rousset Date: Mon, 30 Dec 2024 08:50:47 +0100 Subject: [PATCH] ci: updating again --- .github/actions/module-rspec/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/module-rspec/action.yml b/.github/actions/module-rspec/action.yml index 4c29a36..d95b6c9 100644 --- a/.github/actions/module-rspec/action.yml +++ b/.github/actions/module-rspec/action.yml @@ -43,7 +43,7 @@ runs: run: | bundle exec i18n-tasks health bundle exec i18n-tasks missing - working-directory: ./spec/decidim_dummy_app/ + working-directory: ./ shell: "bash" - run: bundle exec rspec name: RSpec