Skip to content

Commit

Permalink
CI: Fix grep matching
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 22, 2024
1 parent 4104dae commit 13b4d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: check that required tasks are available
run: bundle exec rake --rakefile Rakefile_ci -T | grep --regexp 'rake strings' --regexp 'rake release' --quiet
run: bundle exec rake --rakefile Rakefile_ci -T | grep --quiet 'rake release\|rake strings'
- name: Verify gem builds
run: gem build --strict --verbose *.gemspec

Expand Down

0 comments on commit 13b4d90

Please sign in to comment.