Skip to content

Commit

Permalink
run smoke tests on ubuntu and windows (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian DeHamer <bdehamer@github.com>
  • Loading branch information
bdehamer committed Apr 11, 2023
1 parent f53a392 commit 6160a2d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/smoke-test.yml
Expand Up @@ -10,7 +10,18 @@ on:
jobs:
fetch-target:
name: Fetch Target From TUF Repo
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform:
- os: ubuntu-latest
shell: bash
- os: windows-latest
shell: cmd
runs-on: ${{ matrix.platform.os }}
defaults:
run:
shell: ${{ matrix.platform.shell }}
steps:
- name: Checkout source
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
Expand Down

0 comments on commit 6160a2d

Please sign in to comment.