Skip to content

chore: directly reference integration tests as job #2

chore: directly reference integration tests as job

chore: directly reference integration tests as job #2

name: Integration Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
# Necessary to write the branch
contents: write
jobs:
test:
name: Run tests
if: inputs.release_candidate == false
uses: open-component-model/ocm-integrationtest/.github/workflows/integrationtest.yaml@main

Check failure on line 20 in .github/workflows/integration-test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/integration-test.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/integration-test.yaml" -> "open-component-model/ocm-integrationtest/.github/workflows/integrationtest.yaml@main" (source branch with sha:98c9ffb6f5152eb0605ebdf32ab77a72999de1c4) : workflow is not reusable as it is missing a `on.workflow_call` trigger
permissions:
contents: write
id-token: write
packages: write
secrets:
OCMBOT_APP_ID: ${{ secrets.OCMBOT_APP_ID }}
OCMBOT_PRIV_KEY: ${{ secrets.OCMBOT_PRIV_KEY }}
with:
ref: ${{ github.ref }}