Skip to content

Commit

Permalink
Revert "Temporarily remove frontend check"
Browse files Browse the repository at this point in the history
This reverts commit 1d30550.
  • Loading branch information
julianweng committed Sep 22, 2024
1 parent 0bebd96 commit f5107ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .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

0 comments on commit f5107ae

Please sign in to comment.