Skip to content

Commit

Permalink
test: execute with all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Dec 2, 2024
1 parent fe1870e commit 659ff7e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/_Test-OCI-Factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ jobs:
with:
oci-archive-name: "mock-rock"
test-black-box: true
test-efficiency: false
test-malware: false
test-oci-compliance: false
test-vulnerabilities: false
test-efficiency: true
test-malware: true
test-oci-compliance: true
test-vulnerabilities: true

# test-rock:
# uses: ./.github/workflows/Test-Rock.yaml
Expand All @@ -139,12 +139,12 @@ jobs:
# oci-image-path: "oci/mock-rock"
# secrets: inherit

# Test full image workflow
test-workflows:
name: Trigger internal tests for mock-rock
needs: [access-check]
uses: ./.github/workflows/Image.yaml
with:
oci-image-name: "mock-rock"
upload: true
secrets: inherit
# # Test full image workflow
# test-workflows:
# name: Trigger internal tests for mock-rock
# needs: [access-check]
# uses: ./.github/workflows/Image.yaml
# with:
# oci-image-name: "mock-rock"
# upload: true
# secrets: inherit

0 comments on commit 659ff7e

Please sign in to comment.