mirror of https://github.com/databricks/cli.git
No need to fetch repository history when running tests (#1022)
Test runs don't need access to the repository history and only need the commit being tested.
This commit is contained in:
parent
0cd3bb072d
commit
94a9fe4385
|
@ -30,9 +30,6 @@ jobs:
|
|||
- name: Checkout repository and submodules
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Unshallow
|
||||
run: git fetch --prune --unshallow
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue