Skip to content

Commit

Permalink
Use setup-selective action
Browse files Browse the repository at this point in the history
  • Loading branch information
natevick authored Nov 19, 2023
1 parent c467999 commit 96ff85e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ jobs:

env:
SELECTIVE_API_KEY: ${{ secrets.SELECTIVE_API_KEY }}
SELECTIVE_RUN_ID: ${{ github.run_id }}
SELECTIVE_RUN_ATTEMPT: ${{ github.run_attempt }}
SELECTIVE_RUNNER_ID: ${{ matrix.ci_node_index }}
PR_TITLE: ${{ github.event.pull_request.title }}

steps:
- uses: actions/checkout@v4
- name: Setup Selective
uses: selectiveci/setup-selective@a74f60e
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 96ff85e

Please sign in to comment.