Skip to content

Commit

Permalink
test build - inspect inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Aug 16, 2024
1 parent d07e0e5 commit ce18549
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions .github/workflows/Test_EICAR_Rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,28 @@ on:

jobs:
build-rock:
name: Build Rock
uses: clay-lake/oci-factory/.github/workflows/Build-Rock.yaml@refactor-workflows
with:
oci-archive-name: "${{ inputs.oci-archive-name }}"
rock-repo: "${{ inputs.rock-repo }}"
rock-repo-commit: "${{ inputs.rock-repo-commit }}"
rockfile-directory: "${{ inputs.rockfile-directory }}"


test-rock:
name: Test Rock
uses: clay-lake/oci-factory/.github/workflows/Test-Rock.yaml@refactor-workflows
needs: [build-rock]
with:
oci-archive-name: "${{ inputs.oci-archive-name }}"
runs-on: ubuntu-22.04
name: Debug
steps:
- name: Debug
id: test
run: |
echo '${{ toJSON(inputs) }}'
# name: Build Rock
# uses: clay-lake/oci-factory/.github/workflows/Build-Rock.yaml@refactor-workflows
# with:
# oci-archive-name: "${{ inputs.oci-archive-name }}"
# rock-repo: "${{ inputs.rock-repo }}"
# rock-repo-commit: "${{ inputs.rock-repo-commit }}"
# rockfile-directory: "${{ inputs.rockfile-directory }}"


# test-rock:
# name: Test Rock
# uses: clay-lake/oci-factory/.github/workflows/Test-Rock.yaml@refactor-workflows
# needs: [build-rock]
# with:
# oci-archive-name: "${{ inputs.oci-archive-name }}"


0 comments on commit ce18549

Please sign in to comment.