Skip to content

Commit

Permalink
Attept to fix failing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed Jan 27, 2022
1 parent 588b32e commit 7562399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_dev_system.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
processor_count: ${{ env.PARALLEL_TEST_PROCESSORS }}
ruby_version: ${{ env.RUBY_VERSION }}
node_version: ${{ env.NODE_VERSION }}
- run: bundle exec rake parallel:spec[^spec/system]
- run: bundle exec rspec spec/system
name: RSpec
working-directory: ${{ env.DECIDIM_MODULE }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_elections_system_public.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
processor_count: ${{ env.PARALLEL_TEST_PROCESSORS }}
ruby_version: ${{ env.RUBY_VERSION }}
node_version: ${{ env.NODE_VERSION }}
- run: bundle exec parallel:spec['spec/system/(?!admin)']
- run: bundle exec parallel:spec['^spec\/system\/(?!admin)']
name: RSpec
working-directory: ${{ env.DECIDIM_MODULE }}
env:
Expand Down

0 comments on commit 7562399

Please sign in to comment.