Skip to content

Commit

Permalink
full test run and added debug job
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Aug 16, 2024
1 parent 1c63d63 commit 0dbd173
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/Test_EICAR_Rock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,28 @@ on:
workflow_dispatch:

jobs:
build:


build:
uses: clay-lake/oci-factory/.github/workflows/Build-Rock.yaml@refactor-workflows
with:
oci-archive-name: "eicar-rock"
rock-repo: canonical/rocks-toolbox
rock-repo-commit: oci-factory_workflows
rockfile-directory: /oci-factory_workflows/rocks/eicar
arch-map: '{"amd64": "ubuntu-22.04"}'

debug:
name: Test
runs-on: ubuntu-22.04
steps:
- name: test
run: echo "${{ needs.build.inputs.oci-archive-name }}"

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



0 comments on commit 0dbd173

Please sign in to comment.