ci: move name under step

This commit is contained in:
Derrick Hammer 2023-06-23 02:13:40 -04:00
parent 80638d62c2
commit 516d53d45c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

View File

@ -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;