mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 17:03:17 +01:00
chore: bootstrap environments for acceptance tests
Signed-off-by: Keith Zantow <kzantow@gmail.com>
This commit is contained in:
parent
bd9b39d370
commit
8104163bb8
6
.github/workflows/validations.yaml
vendored
6
.github/workflows/validations.yaml
vendored
@ -126,6 +126,9 @@ jobs:
|
|||||||
# path: snapshot
|
# path: snapshot
|
||||||
# key: snapshot-build-${{ github.run_id }}
|
# key: snapshot-build-${{ github.run_id }}
|
||||||
|
|
||||||
|
- name: Bootstrap environment
|
||||||
|
uses: ./.github/actions/bootstrap
|
||||||
|
|
||||||
- name: Run comparison tests (Linux)
|
- name: Run comparison tests (Linux)
|
||||||
run: make compare-linux
|
run: make compare-linux
|
||||||
|
|
||||||
@ -169,6 +172,9 @@ jobs:
|
|||||||
path: image.tar
|
path: image.tar
|
||||||
key: ${{ runner.os }}-${{ hashFiles('test/compare/mac.sh') }}
|
key: ${{ runner.os }}-${{ hashFiles('test/compare/mac.sh') }}
|
||||||
|
|
||||||
|
- name: Bootstrap environment
|
||||||
|
uses: ./.github/actions/bootstrap
|
||||||
|
|
||||||
- name: Run comparison tests (Mac)
|
- name: Run comparison tests (Mac)
|
||||||
run: make compare-mac
|
run: make compare-mac
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user