Skip to content

Commit

Permalink
build(ci runner): Update frontend CI workflow to build backend contai…
Browse files Browse the repository at this point in the history
…ner using dev stage build
  • Loading branch information
lskellerm committed Oct 25, 2024
1 parent bbd0a92 commit 24533a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ jobs:
run: pnpm install --frozen-lockfile

# Prepare the backend container for E2E tests
- name: Build backend container
run: docker build -t backend:latest -f ../backend/Dockerfile ../backend
- name: Build backend container (dev stage)
run: docker build --target dev -t backend:latest -f ../backend/Dockerfile ../backend

- name: Run the Backend Container
run: docker run -d \
Expand Down

0 comments on commit 24533a2

Please sign in to comment.