Skip to content

fix environment variable #629

fix environment variable

fix environment variable #629

Workflow file for this run

name: CI
on:
push:
branches:
- dev
- main
- ci
pull_request:
branches:
- dev
- main
release:
types: [published]
jobs:
preload_docker:
uses: ./.github/workflows/preload-docker.yml
preload_singularity:
uses: ./.github/workflows/preload-singularity.yml
with:
singularity_version: 3.8.3
nxf_singularity_cachedir: ${{ github.workspace }}/singularity
standard_test_docker:
needs: preload_docker
uses: ./.github/workflows/standard-test.yml
with:
cache-key: ${{ needs.preload_docker.outputs.cache-key }}
docker: true
standard_test_singularity:
needs: preload_singularity
uses: ./.github/workflows/standard-test.yml
with:
cache-key: ${{ needs.preload_singularity.outputs.cache-key }}
singularity: true
singularity_version: 3.8.3

Check failure on line 38 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 38, Col: 28): Invalid input, singularity_version is not defined in the referenced workflow.
nxf_singularity_cachedir: ${{ github.workspace }}/singularity