Skip to content

Commit 571de4d

Browse files
committed
add workflow scaffold
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 65cd2c5 commit 571de4d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: tests-jp
2+
3+
on:
4+
workflow_call:
5+
workflow_dispatch:
6+
7+
jobs:
8+
build:
9+
uses: ./.github/workflows/ci.yaml
10+
runs-on: compute-domain-runner
11+
steps:
12+
- uses: actions/checkout@v5
13+
- name: tests
14+
run: |
15+
echo "running"
16+
make bats

0 commit comments

Comments
 (0)