Skip to content

Commit

Permalink
id
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow committed Oct 18, 2024
1 parent 23619b7 commit 99611af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/clang_tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: ./.github/actions/test-setup
- id: test-setup
uses: ./.github/actions/test-setup
with:
matrix_runner: 'ubuntu-22.04'
base_sha:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- uses: ./.github/actions/test-setup
- id: test-setup
uses: ./.github/actions/test-setup
with:
matrix_runner: ${{ matrix.runner }}
base_sha:
Expand All @@ -65,7 +66,7 @@ jobs:
targets_file: ${{ runner.temp }}/targets

# Build and run just the tests impacted by the PR or merge group.
- name: Test (${{ inputs.matrix_build_mode }})
- name: Test (${{ matrix.build_mode }})
if: steps.test-setup.outputs.has_code == 'true'
shell: bash
env:
Expand Down

0 comments on commit 99611af

Please sign in to comment.