Skip to content

Reusable workflow testing #19

Reusable workflow testing

Reusable workflow testing #19

Workflow file for this run

name: "Generic caller test"
on:
pull_request:
paths:
- .github/workflows/caller.yml
jobs:
base-glibc-debian-bash:
uses: bioconda/bioconda-containers/.github/workflows/generic_build.yml@reusable-workflow-testing
with:
image_name: base-glibc-debian-bash
tags: '3.1 3 latest'
build_args: '--build-arg=debian_version=12.2'

Check failure on line 13 in .github/workflows/caller.yml

View workflow run for this annotation

GitHub Actions / Generic caller test

Invalid workflow file

The workflow is not valid. .github/workflows/caller.yml (Line: 13, Col: 19): Invalid input, build_args is not defined in the referenced workflow.
archs: 'amd64'
base-glibc-busybox-bash:
uses: bioconda/bioconda-containers/.github/workflows/generic_build.yml@reusable-workflow-testing
with:
image_name: base-glibc-busybox-bash
tags: '3.1 3 latest'
build_args: '--build-arg=debian_version=12.2 --build-arg=busybox_version=1.36.1'
archs: 'amd64'