Fix job dependencies in pipeline

This commit is contained in:
Deluan 2020-10-27 15:58:27 -04:00 committed by Joe Stump
parent 748a10692c
commit 23d28afe4f
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -94,7 +94,7 @@ jobs:
binaries:
name: Binaries
needs: [js]
needs: [js, go, golangci-lint]
runs-on: ubuntu-latest
steps:
- name: Checkout Code