Skip to content

Commit

Permalink
wip: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 18, 2024
1 parent 8162249 commit 15c3e61
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .github/workflows/companion-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,29 @@ jobs:
uses: bitfocus/actions/.github/workflows/module-checks.yaml@main
with:
# repository-name: bitfocus/companion-module-behringer-x32
upload-artifact: true
upload-artifact: false

permissions:
packages: read

check2:
name: Check other

uses: bitfocus/actions/.github/workflows/module-checks.yaml@main
with:
repository-name: bitfocus/companion-module-behringer-x32
upload-artifact: false

permissions:
packages: read

check3:
name: Check broken

uses: bitfocus/actions/.github/workflows/module-checks.yaml@main
with:
repository-name: bmd-atem
upload-artifact: false

permissions:
packages: read

0 comments on commit 15c3e61

Please sign in to comment.