Skip to content

Commit

Permalink
Fix decidim-core system specs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed May 11, 2023
1 parent da1b65d commit ff2890e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_core_system.yml
Expand Up @@ -63,7 +63,7 @@ jobs:
node_version: ${{ env.NODE_VERSION }}
- run: |
sudo Xvfb -ac $DISPLAY -screen 0 1920x1084x24 > /dev/null 2>&1 & # optional
bundle exec rake parallel:spec[^spec/system]
bundle exec rspec spec/system
name: RSpec
working-directory: ${{ env.DECIDIM_MODULE }}
env:
Expand Down

0 comments on commit ff2890e

Please sign in to comment.