ci: move name under step
This commit is contained in:
parent
80638d62c2
commit
516d53d45c
|
@ -10,8 +10,8 @@ workflows:
|
|||
name: build
|
||||
npm-run: build
|
||||
pre-steps:
|
||||
- name: Setup Golang
|
||||
run:
|
||||
- run:
|
||||
name: Setup Golang
|
||||
command: >
|
||||
sudo apt-get update;
|
||||
sudo apt-get install bison;
|
||||
|
|
Loading…
Reference in New Issue