Skip to content

Commit

Permalink
yank pry out
Browse files Browse the repository at this point in the history
  • Loading branch information
svanhesteren committed Sep 12, 2024
1 parent 422fcae commit b7fdba4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Ruby Test
on: push
on: [push]

jobs:
test:
Expand All @@ -21,14 +21,12 @@ jobs:
experimental: [false]

steps:
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/checkout@v3

- name: Setup Ruby
uses: ruby/setup-ruby@v1
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler-cache: true
ruby-version: ${{ matrix.ruby }}

- name: Run tests
run: bin/test
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ gemspec
gem "sqlite3"
gem "pbbuilder"
gem "standard"
gem "pry"

# HACK(bouk): Overwrite Bundler's platform matcher to ignore universal CPU
# The protobuf and gRPC 'universal' macOS gems break on M1
Expand Down

0 comments on commit b7fdba4

Please sign in to comment.