Skip to content

Commit

Permalink
Update build-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko authored Apr 8, 2024
1 parent 5b7d3fa commit b3bbac6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
matrix:
ruby-version:
[
'2.6',
'3.1',
'3.2.3'
]
name: Ruby ${{ matrix.ruby-version }}
steps:
Expand All @@ -43,4 +42,4 @@ jobs:
CHECKOUT_DEFAULT_OAUTH_ACCOUNTS_CLIENT_SECRET: ${{ secrets.IT_CHECKOUT_DEFAULT_OAUTH_ACCOUNTS_CLIENT_SECRET }}
CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_ID: ${{ secrets.IT_CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_ID }}
CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_SECRET: ${{ secrets.IT_CHECKOUT_DEFAULT_OAUTH_ISSUING_CLIENT_SECRET }}
run: bundle exec rspec spec
run: bundle exec rspec spec

0 comments on commit b3bbac6

Please sign in to comment.