Skip to content

Commit

Permalink
fix(actions): make the test job names more clear (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Sep 27, 2021
1 parent 8c0d259 commit 90117d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
test:
name: "test on node ${{ matrix.node-version }}"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
1 change: 1 addition & 0 deletions test/__snapshots__/init.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ on:
jobs:
test:
name: \\"test on node \${{ matrix.node-version }}\\"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 90117d1

Please sign in to comment.