ci: testing conda #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example of workflow trigger for calling workflow (the client). | ||
name: ci-dev | ||
on: | ||
pull_request: | ||
branches: ["dev"] | ||
push: | ||
branches: ["dev"] | ||
jobs: | ||
ci: | ||
uses: qiime2/distributions/.github/workflows/lib-ci-dev.yaml@dev | ||
Check failure on line 10 in .github/workflows/ci-dev.yaml GitHub Actions / ci-devInvalid workflow file
Check failure on line 10 in .github/workflows/ci-dev.yaml GitHub Actions / ci-devInvalid workflow file
|
||
with: | ||
distro: amplicon |