mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +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
|
||||
# key: snapshot-build-${{ github.run_id }}
|
||||
|
||||
- name: Bootstrap environment
|
||||
uses: ./.github/actions/bootstrap
|
||||
|
||||
- name: Run comparison tests (Linux)
|
||||
run: make compare-linux
|
||||
|
||||
@ -169,6 +172,9 @@ jobs:
|
||||
path: image.tar
|
||||
key: ${{ runner.os }}-${{ hashFiles('test/compare/mac.sh') }}
|
||||
|
||||
- name: Bootstrap environment
|
||||
uses: ./.github/actions/bootstrap
|
||||
|
||||
- name: Run comparison tests (Mac)
|
||||
run: make compare-mac
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user