Skip to content

Commit fc1fdb6

Browse files
authored
Merge pull request #427 from tnir/tnir/test
Use 'test' as workflow name on Actions
2 parents 4f7ef61 + c48b94d commit fc1fdb6

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)