Skip to content

Commit

Permalink
Bump selective-ruby-core from 0.1.2 - 0.1.3 & use setup-selective@v1
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Vick <[email protected]>
  • Loading branch information
benjaminwood and natevick committed Nov 21, 2023
1 parent 46593d9 commit f0ffb31
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup Selective
uses: selectiveci/[email protected]
with:
api-key: ${{ secrets.SELECTIVE_API_KEY }}
runner-id: ${{ matrix.ci_node_index }}

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -81,6 +77,12 @@ jobs:
chmod +x ./cc-test-reporter
./cc-test-reporter before-build
- name: Setup Selective
uses: selectiveci/setup-selective@v1
with:
api-key: ${{ secrets.SELECTIVE_API_KEY }}
runner-id: ${{ matrix.ci_node_index }}

- name: RSpec Suite Run
env:
NODE_OPTIONS: --openssl-legacy-provider
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selective-ruby-core (0.1.2-x86_64-linux)
selective-ruby-core (0.1.3-x86_64-linux)
zeitwerk (~> 2.6.12)
selective-ruby-rspec (0.1.0)
selective-ruby-core
Expand Down

0 comments on commit f0ffb31

Please sign in to comment.