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