Skip to content

Commit

Permalink
Add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-sa committed Mar 28, 2024
1 parent 5548841 commit b3947ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
with:
python-version: 3.9

- uses: aws-actions/setup-sam@v2
with:
use-installer: true

- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

- run: sam build -u

- run: sam deploy
Expand Down

0 comments on commit b3947ff

Please sign in to comment.