Skip to content

Commit 2759471

Browse files
committed
feat(ci): rename step build to tests
1 parent d1502de commit 2759471

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
name: CI
32

43
on: [pull_request]
54

65
jobs:
7-
build:
6+
tests:
87
runs-on: ubuntu-latest
98
steps:
109
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)