-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump selective-ruby-core from 0.1.2 - 0.1.3 & use setup-selective@v1
Co-authored-by: Nate Vick <[email protected]>
- Loading branch information
1 parent
46593d9
commit f0ffb31
Showing
2 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters