Skip to content

Commit 82dd6fe

Browse files
committed
adding test-binary yaml
1 parent c1ebf6c commit 82dd6fe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test-binaries.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Test Binaries
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
test-binaries-in-release:
8+
uses: cloud-py-api/py_bundler/.github/workflows/test-binaries.yml@main
9+
with:
10+
test_args: --test tests/cat.hif --test tests/cat.png
11+
version_prefix: v

0 commit comments

Comments
 (0)