Skip to content

Commit

Permalink
Refactor job name for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Nov 12, 2024
1 parent cbdac57 commit 9d39ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
platform:
- cli

name: Build and Test ${{ matrix.project }} on ${{ matrix.platform }}
name: ${{ matrix.project }} on ${{ matrix.platform }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9d39ee2

Please sign in to comment.