mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Merge pull request #236 from anchore/fix-acceptance-test-pipeline
Bootstrap cached dependencies and CI dependencies separately for acceptance tests
This commit is contained in:
commit
fd65f363ce
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 }}-${{ hashFiles('**/go.sum') }}-
|
||||||
${{ runner.os }}-go-${{ env.GO_VERSION }}-
|
${{ runner.os }}-go-${{ env.GO_VERSION }}-
|
||||||
|
|
||||||
- name: Bootstrap dependencies
|
- name: Bootstrap project dependencies
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.bootstrap-cache.outputs.cache-hit != 'true'
|
||||||
|
run: make bootstrap
|
||||||
|
|
||||||
|
- name: Bootstrap CI dependencies
|
||||||
run: make ci-bootstrap
|
run: make ci-bootstrap
|
||||||
|
|
||||||
- name: Import GPG key
|
- name: Import GPG key
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user