Skip to content

Commit

Permalink
[CI] Fix test job name
Browse files Browse the repository at this point in the history
  • Loading branch information
Herklos committed Mar 9, 2021
1 parent f6372b7 commit a4f075f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if-no-files-found: error

test:
name: ${{ matrix.os }}${{ matrix.arch }} - Python 3.8 - test
name: ${{ matrix.os }} - ${{ matrix.arch }} - Python 3.8 - test
needs:
- build
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a4f075f

Please sign in to comment.