Revert "fix: cicd dependency between workflow (#12)"
This reverts commit 1a25992f03.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
GOPATH: /go_path
|
||||
@@ -38,7 +35,7 @@ jobs:
|
||||
/go_cache
|
||||
key: go_path-${{ steps.hash-go.outputs.hash }}
|
||||
restore-keys: |-
|
||||
go_cache-${{ steps.hash-go.outputs.hash }}
|
||||
go_cache-${{ steps.hash-go.outputs.hash }}
|
||||
- name: build
|
||||
run: make build
|
||||
- name: test
|
||||
|
||||
Reference in New Issue
Block a user