Skip to content

Commit 6d855b5

Browse files
committed
chore: change workflow name
1 parent 18dd238 commit 6d855b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: react-expression-builder test CI
1+
name: test
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [master]
66
pull_request:
7-
branches: [ master ]
7+
branches: [master]
88

99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
14-
- name: Install dependencies
15-
run: yarn
16-
- name: Run tests
17-
run: yarn test
13+
- uses: actions/checkout@v2
14+
- name: Install dependencies
15+
run: yarn
16+
- name: Run tests
17+
run: yarn test

0 commit comments

Comments
 (0)