Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Feb 27, 2024
1 parent 27aaaf8 commit ceb94bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/module-rspec/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
- uses: nanasess/setup-chromedriver@v2
- run: RAILS_ENV=test bundle exec rails assets:precompile
name: Precompile assets
working-directory: ./spec/decidim_dummy_app/
working-directory: ${{ inputs.name }}/spec/decidim_dummy_app/
shell: "bash"
- run: bundle exec rspec
name: RSpec
Expand Down

0 comments on commit ceb94bf

Please sign in to comment.