Skip to content

Commit

Permalink
[Misc]: adding multiple targets for install script job
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfried-aws committed Dec 12, 2023
1 parent bb224fe commit 5a6b638
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ jobs:
uses: actions-rust-lang/rustfmt@v1

installScript:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-13-xlarge]
runs-on: ${{ matrix.os }}
name: Testing Install Script (install-guard.sh)
runs-on: ubuntu-latest
steps:
- name: Test install script on ubuntu-latest
- name: Test install script on ${{ matrix.os }}
run: |
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/aws-cloudformation/cloudformation-guard/main/install-guard.sh | sh
Expand Down

0 comments on commit 5a6b638

Please sign in to comment.