Skip to content

Add integration tests workflow #24

Add integration tests workflow

Add integration tests workflow #24

Workflow file for this run

---
name: Integration
on:
workflow_dispatch:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-shared:
uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@java-17

Check failure on line 16 in .github/workflows/integration.yml

View workflow run for this annotation

GitHub Actions / Integration

Invalid workflow file

error parsing called workflow ".github/workflows/integration.yml" -> "trustification/exhort-integration-tests/.github/workflows/integration.yml@java-17" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
language: java
repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}