Skip to content

Commit

Permalink
add back frontend check
Browse files Browse the repository at this point in the history
  • Loading branch information
rm03 committed Sep 21, 2024
1 parent 0bebd96 commit c0d274f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
black: false
ruff: true

frontend-check:
name: "Frontend Check"
uses: pennlabs/shared-actions/.github/workflows/[email protected]
with:
path: frontend
nodeVersion: 20.11.1

build-backend:
name: Build backend
runs-on: ubuntu-latest
Expand Down Expand Up @@ -72,6 +79,7 @@ jobs:
with:
name: build-frontend
path: /tmp/image.tar
needs: frontend-check

publish:
name: Publish Images
Expand Down Expand Up @@ -115,4 +123,4 @@ jobs:
GH_AWS_SECRET_ACCESS_KEY: ${{ secrets.GH_AWS_SECRET_ACCESS_KEY }}

needs:
- publish
- publish

0 comments on commit c0d274f

Please sign in to comment.