Skip to content

Commit

Permalink
Remove "with" from build name
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 7, 2019
1 parent 3b680ba commit 0638f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
name: Test with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
name: Test Node.js ${{ matrix.node-version }} on ${{ matrix.os }}

strategy:
matrix:
Expand Down

0 comments on commit 0638f19

Please sign in to comment.