Skip to content

Fixed an error, defined a version matrix #2

Fixed an error, defined a version matrix

Fixed an error, defined a version matrix #2

Workflow file for this run

---
name: Test roles and modules
on: [push, pull_request_target]
jobs:
ci_standalone:
strategy:
fail-fast: false
matrix:
galaxy_ng_version:
- stable-4.8
- stable-4.9
- master
uses: "./.github/workflows/ci_standalone_versioned.yml"
with:
galaxy_ng_version: ${{ matrix.galaxy_ng_version }}
gh_ref: ${{ github.event.pull_request.head.sha || github.sha }}
src_env_file: .github/files/ci.py
tgt_env_file: ./galaxy_ng/dev/oci_env_integration/actions/ci.py
secrets:
redhat_catalog_username: ${{ secrets.REDHAT_CATALOG_USERNAME }}
redhat_catalog_password: ${{ secrets.REDHAT_CATALOG_PASSWORD }}
ci_dab:
strategy:
fail-fast: false
matrix:
galaxy_ng_version:
- master
uses: "./.github/workflows/ci_dab.yml"

Check failure on line 29 in .github/workflows/ci_standalone.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci_standalone.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci_standalone.yml" -> "./.github/workflows/ci_dab.yml" : failed to fetch workflow: workflow was not found.
with:
galaxy_ng_version: ${{ matrix.galaxy_ng_version }}
gh_ref: ${{ github.event.pull_request.head.sha || github.sha }}
src_env_file: .github/files/dab_jwt.py
target_env_file: ./galaxy_ng/dev/oci_env_integration/actions/dab_gwt.py
secrets:
redhat_catalog_username: ${{ secrets.REDHAT_CATALOG_USERNAME }}
redhat_catalog_password: ${{ secrets.REDHAT_CATALOG_PASSWORD }}