Skip to content

Commit

Permalink
Improve naming of action.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Feb 23, 2024
1 parent 4decb5a commit 80f7b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
browser: [ firefox-container, chrome-container ]

runs-on: [ubuntu-latest]
name: Run UI tests `${{ matrix.test }}` with browser ${{ matrix.browser }}
name: Run `${{ matrix.test }}` in ${{ matrix.browser }}

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

0 comments on commit 80f7b6e

Please sign in to comment.