Skip to content

Commit

Permalink
Try rubocop without pt-osc
Browse files Browse the repository at this point in the history
To run faster.
  • Loading branch information
benlangfeld committed Jan 2, 2024
1 parent 89da7c9 commit 445c722
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,4 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: "Add Percona GPG key"
run: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9334A25F8507EFA5
- name: "Add Percona APT repository"
run: echo "deb http://repo.percona.com/apt `lsb_release -cs` main" | sudo tee -a /etc/apt/sources.list
- run: sudo apt-get update -qq
- run: sudo apt-get install percona-toolkit
- run: bundle exec rubocop --parallel

0 comments on commit 445c722

Please sign in to comment.