Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Jul 28, 2021
1 parent 3f161cc commit 722a029
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec rubocop
with:
ruby-version: 3.0
bundler-cache: true
- run: bundle exec rubocop bin lib spec demos
specs:
strategy:
matrix:
Expand All @@ -20,7 +22,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: if [[ $(uname) == "Darwin" ]]; then brew install graphviz capstone; else sudo apt-get install graphviz libcapstone3; fi
- run: bundle exec rspec
specs-no-dependencies:
Expand All @@ -35,5 +36,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle install
- run: NO_DEPENDENCIES_INSTALLED=true bundle exec rspec
- env:
NO_DEPENDENCIES_INSTALLED: true
run: bundle exec rspec

0 comments on commit 722a029

Please sign in to comment.