Skip to content

fix(ci): test ROOT-dependent algorithms #420

fix(ci): test ROOT-dependent algorithms

fix(ci): test ROOT-dependent algorithms #420

Workflow file for this run

name: macOS
on:
pull_request:
push:
branches: [ main ]
tags: [ '*' ]
schedule:
- cron: '15 7 * * 0' # Sundays at 0715Z
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
WORKFLOW_ID: macOS
jobs:
macOS:
name: macOS (latest)
uses: ./.github/workflows/ci.yml
with:
id: ${{ env.WORKFLOW_ID }}

Check failure on line 24 in .github/workflows/macos.yml

View workflow run for this annotation

GitHub Actions / macOS

Invalid workflow file

The workflow is not valid. .github/workflows/macos.yml (Line: 24, Col: 11): Unrecognized named-value: 'env'. Located at position 1 within expression: env.WORKFLOW_ID
runner: macos-latest
test_matrix: >-
{
"include": [
{ "mode": "test", "build_id": "cpp-gcc-release", "CC": "gcc", "CXX": "g++", "buildtype": "release" }
{ "mode": "noROOT", "build_id": "cpp-gcc-release-noROOT", "CC": "gcc", "CXX": "g++", "buildtype": "release" }
]
}
issue_bot:
name: Issue bot
# if: ${{ github.event_name == 'schedule' && ( cancelled() || failure() ) }}
runs-on: ubuntu-latest
needs: [ macOS ]
permissions:
contents: read
issues: write
steps:
- uses: actions/checkout@v4
- uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WORKFLOW_ID: ${{ env.WORKFLOW_ID }}
RUN_ID: ${{ github.run_id }}
REPO_URL: ${{ github.event.repository.html_url }}
with:
filename: .github/schedule-issue.md