chore: remove exhort_dev_mode and default endpoints and use value from environment variables or arguments #103
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: java | |
| repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }} | |
| commit-sha: ${{ github.event.pull_request.head.sha || github.sha }} |