Skip to content

Commit 7bbc0a2

Browse files
committed
wip
1 parent 7fd7de6 commit 7bbc0a2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build_frontend.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ jobs:
1616
- name: Run stub
1717
run: docker run -d -p 5000:5000 -p 9090:9090 --name backend-stub ghcr.io/coderbotorg/backend:stub-latest
1818
- name: Run nginx
19-
run: docker run -d -p 80:80 \
20-
--name backend-fe nginx:1.25.4-alpine3.18-slim \
21-
-v docker/nginx.conf:/etc/nginx/nginx.conf \
22-
-v docker/default.conf:/etc/nginx/default.conf
19+
run: docker run -d -p 80:80 --name backend-fe -v docker/nginx.conf:/etc/nginx/nginx.conf -v docker/default.conf:/etc/nginx/default.conf nginx:1.25.4-alpine3.18-slim
2320
# Install NPM dependencies, cache them correctly
2421
# and run all Cypress tests
2522
- name: Cypress run
@@ -39,7 +36,7 @@ jobs:
3936
# determine the unique run id necessary to re-run the checks
4037
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4138
- name: Clean up
42-
run: docker stop backend-stub && docker rm backend-stub
39+
run: docker stop backend-stub && docker rm backend-stub && docker stop backend-fe && docker rm backend-fe
4340
- name: Archive coverage
4441
uses: actions/upload-artifact@v3
4542
with:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy