Skip to content

Commit

Permalink
chore: add app build step to action
Browse files Browse the repository at this point in the history
  • Loading branch information
jhebb committed Apr 17, 2024
1 parent 08f368e commit acd0a67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/build-publish-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ runs:
- name: Checkout Repo
uses: actions/checkout@v3

- name: Build App
run: npm run build

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit acd0a67

Please sign in to comment.