Skip to content

Commit 594660b

Browse files
committed
chore(ci): add multi-arch integration tests
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent 7a75938 commit 594660b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/integration.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Integration
3+
4+
on:
5+
workflow_dispatch:
6+
pull_request:
7+
branches:
8+
- main
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
14+
jobs:
15+
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 }}

0 commit comments

Comments
 (0)