Skip to content

Commit

Permalink
WIP: CI: Add GitHub Action to Build Commits #40
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed May 14, 2024
1 parent da09c77 commit 86e4070
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-on-every-push.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This workflow is designed to build and synthesize each push to reduce risk of failing builds moving into main
name: Build and Synthesize


on:
push:
branches:
Expand Down Expand Up @@ -54,12 +56,14 @@ jobs:
uses: actions/download-artifact@v4
with:
name: built-ui
path: lib/user-interface/genai-newsletter-app/dist/
merge-multiple: true

- name: Download Resolver Function Artifacts
uses: actions/download-artifact@v4
with:
name: built-resolver-functions
path: lib/api/functions/out/
merge-multiple: true

- name: Generate Configuration file
Expand Down

0 comments on commit 86e4070

Please sign in to comment.