diff --git a/.github/actions/module-rspec/action.yml b/.github/actions/module-rspec/action.yml index c34530b..0e545c4 100644 --- a/.github/actions/module-rspec/action.yml +++ b/.github/actions/module-rspec/action.yml @@ -37,7 +37,7 @@ runs: - uses: nanasess/setup-chromedriver@v2 - run: RAILS_ENV=test bundle exec rails assets:precompile name: Precompile assets - working-directory: ${{ inputs.name }}/spec/decidim_dummy_app/ + working-directory: testi/spec/decidim_dummy_app/ shell: "bash" - run: bundle exec rspec name: RSpec