mirror of
https://github.com/anchore/syft
synced 2024-11-10 06:14:16 +00:00
bootstrap cached deps and ci deps separately for acceptance tests
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
parent
de2e6a13b8
commit
103f0617f5
1 changed files with 5 additions and 2 deletions
7
.github/workflows/acceptance-test.yaml
vendored
7
.github/workflows/acceptance-test.yaml
vendored
|
@ -35,8 +35,11 @@ jobs:
|
|||
${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}-
|
||||
${{ runner.os }}-go-${{ env.GO_VERSION }}-
|
||||
|
||||
- name: Bootstrap dependencies
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
- name: Bootstrap project dependencies
|
||||
if: steps.bootstrap-cache.outputs.cache-hit != 'true'
|
||||
run: make bootstrap
|
||||
|
||||
- name: Bootstrap CI dependencies
|
||||
run: make ci-bootstrap
|
||||
|
||||
- name: Import GPG key
|
||||
|
|
Loading…
Reference in a new issue