Skip to content

Commit 3a2e389

Browse files
committed
testing with EXHORT_BACKEND_URL
1 parent c81602c commit 3a2e389

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/integration.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ concurrency:
1313

1414
jobs:
1515
call-shared:
16-
uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@main
17-
with:
18-
language: javascript
19-
repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
20-
commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
16+
- uses: trustification/exhort-integration-tests/.github/workflows/integration.yml@main
17+
with:
18+
language: javascript
19+
repo-url: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
20+
commit-sha: ${{ github.event.pull_request.head.sha || github.sha }}
21+
env:
22+
EXHORT_BACKEND_URL: https://exhort.stage.devshift.net

0 commit comments

Comments
 (0)