Skip to content

Commit

Permalink
fix: Fix command in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AyakorK committed Oct 8, 2024
1 parent ce92640 commit 4c2c118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: ${{ env.CHROME_VERSION }}
- run: bundle exec rake "test:run[exclude, spec/system/**/*_spec.rb, ${{ matrix.slice }}]"
- run: bundle exec rspec --exclude-pattern "spec/system/**/*_spec.rb"
name: RSpec
# - run: ./.github/upload_coverage.sh decidim-app $GITHUB_EVENT_PATH
# name: Upload coverage
Expand Down

0 comments on commit 4c2c118

Please sign in to comment.