Skip to content

DEVOPS-466: Update input variable in shared workflows #33

DEVOPS-466: Update input variable in shared workflows

DEVOPS-466: Update input variable in shared workflows #33

Workflow file for this run

name: Python analysis
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
- develop
- main
- release/**
- feature/**
- hotfix/**
- DEVOPS-466 # Temporary branch for testing
push:
branches:
- develop
- main
- release/**
- feature/**
- hotfix/**
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
call-workflow-static-analysis:
name: Static analysis
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-static_analysis.yml@DEVOPS-466
with:
package-manager: 'conda'
app-name: 'geoapps'
python-version: '3.10'
call-workflow-pytest:
name: Pytest
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest.yml@DEVOPS-471

Check failure on line 35 in .github/workflows/python_analysis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python_analysis.yml

Invalid workflow file

error parsing called workflow ".github/workflows/python_analysis.yml" -> "MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest.yml@DEVOPS-471" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
package-manager: 'conda'
python-versions: '["3.10"]'
os: '["ubuntu-latest", "windows-latest"]'
cache-number: 1
codecov-reference-python-version: '3.10'
lfs: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}