Skip to content

Commit

Permalink
Use AWS action for installing sam cli instead of homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored May 21, 2024
1 parent 3c564be commit f66d2e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
with:
distribution: corretto
java-version: 11
- name: Setup aws-sam-cli
uses: aws-actions/setup-sam@v2
with:
use-installer: true
- name: test
run: |
brew tap aws/tap
brew install aws-sam-cli
sam --version
chmod +x ./test.sh
export AWS_ACCESS_KEY_ID=EMPTY
Expand Down

0 comments on commit f66d2e7

Please sign in to comment.