Skip to content

Commit c48b94d

Browse files
committed
Use 'test' as workflow name on Actions
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
1 parent 1cb1d33 commit c48b94d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: ubuntu
1+
name: test
22

33
on: [push, pull_request]
44

55
jobs:
6-
build:
6+
test:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:

0 commit comments

Comments
 (0)