Summary
Jobs
call-shared
run-tests
integration-tests (ubuntu-latest, maven)
integration-tests (ubuntu-latest, gradle-groovy)
integration-tests (ubuntu-latest, gradle-kotlin)
integration-tests (ubuntu-latest, npm)
integration-tests (ubuntu-latest, yarn-classic)
integration-tests (ubuntu-latest, yarn-berry)
integration-tests (ubuntu-latest, pnpm)
integration-tests (ubuntu-latest, go-1.21)
integration-tests (ubuntu-latest, go-latest)
integration-tests (ubuntu-latest, python-3.10-pip)
integration-tests (ubuntu-latest, python-3.12-pip)
integration-tests (ubuntu-latest, syft)
integration-tests (windows-latest, maven)
integration-tests (windows-latest, gradle-groovy)
integration-tests (windows-latest, gradle-kotlin)
integration-tests (windows-latest, npm)
integration-tests (windows-latest, yarn-classic)
integration-tests (windows-latest, yarn-berry)
integration-tests (windows-latest, pnpm)
integration-tests (windows-latest, go-1.21)
integration-tests (windows-latest, go-latest)
integration-tests (windows-latest, python-3.10-pip)
integration-tests (windows-latest, python-3.12-pip)
integration-tests (windows-latest, syft)
integration-tests (macos-latest, maven)
integration-tests (macos-latest, gradle-groovy)
integration-tests (macos-latest, gradle-kotlin)
integration-tests (macos-latest, npm)
integration-tests (macos-latest, yarn-classic)
integration-tests (macos-latest, yarn-berry)
integration-tests (macos-latest, pnpm)
integration-tests (macos-latest, go-1.21)
integration-tests (macos-latest, go-latest)
integration-tests (macos-latest, python-3.10-pip)
integration-tests (macos-latest, python-3.12-pip)
integration-tests (macos-latest, syft)
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---
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@main
with:
language: javascript
repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.