Skip to content

Commit

Permalink
fix coalescing
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerJang27 committed May 23, 2024
1 parent 9d9192e commit 1424fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/linter_tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ runs:
DEBUG: Driver:nixpkgs-fmt:*, Driver:eslint:*
JEST_SUITE_NAME: Linter Tests
JEST_JUNIT_SUITE_NAME:
"{title} ${{ runner.os }} ${{ inputs.ref-type }} ${{ inputs.linter-version }}"
"{title} ${{ runner.os }} ${{ inputs.ref-type }} ${{ env.JEST_LINTER_VERSION }}"

- name: Upload results
# TODO(Tyler): Add upload on MacOS/Windows once the action supports it.
Expand Down

0 comments on commit 1424fe5

Please sign in to comment.