mirror of https://github.com/databricks/cli.git
clean up github action
This commit is contained in:
parent
f35e25a393
commit
a13a80f720
|
@ -80,10 +80,6 @@ jobs:
|
|||
- name: Run tests with coverage
|
||||
run: make cover
|
||||
|
||||
- name: Verify -inprocess feature of acceptance test by running one test
|
||||
# QQQ this will succeed if test was not found, unfortunately
|
||||
run: go test ./acceptance -v -inprocess -run TestAccept/bundle/variables/^empty$
|
||||
|
||||
golangci:
|
||||
needs: cleanups
|
||||
name: lint
|
||||
|
|
Loading…
Reference in New Issue