Skip to content

Commit

Permalink
chore: add windows runner demo
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Zantow <[email protected]>
  • Loading branch information
kzantow committed May 17, 2024
1 parent b13c331 commit 01125b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,12 @@ jobs:
with:
sbom: tests/fixtures/test_sbom.spdx.json
fail-build: false

test-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: ./
with:
image: "alpine:latest"
fail-build: false

0 comments on commit 01125b8

Please sign in to comment.