Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrospectre committed Sep 17, 2023
1 parent 07e003e commit 243cc1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,17 @@ jobs:
steps:
- uses: actions/checkout@v2

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

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Build
run: make build
run: sam build -u

- name: Unit tests
run: make test
Expand Down

0 comments on commit 243cc1b

Please sign in to comment.