Adds name

This commit is contained in:
Amir Raminfar
2020-03-18 14:21:15 -07:00
parent 34f7a98035
commit 9a3be58542

View File

@@ -28,6 +28,7 @@ jobs:
run: go test -cover ./...
buildx:
needs: [go-test, npm-test]
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout