Skip to content

Update .github/workflows/build_and_test_eicar_rock.yaml #15

Update .github/workflows/build_and_test_eicar_rock.yaml

Update .github/workflows/build_and_test_eicar_rock.yaml #15

# Warning: This workflow is designed to fail. When merging in a PR, pushing an empty commit will bypass checks and allow the PR to be merged.
name: Build and Test EICAR Rock
on:
push:
paths:
- .github/workflows/build_and_test_eicar_rock.yaml
workflow_dispatch:
jobs:
build:
uses: canonical/oci-factory/.github/workflows/Build-Rock.yaml@main
with:
oci-archive-name: "eicar-rock"
rock-repo: canonical/rocks-toolbox
rock-repo-commit: rework_oci-factory_workflow_docs
rockfile-directory: eicar_rock/1.0/
test:
uses: canonical/oci-factory/.github/workflows/Test-Rock.yaml@main
needs: [build]
with:
oci-archive-name: "eicar-rock"