Skip to content

Commit

Permalink
ci: temp disable frontend e2e tests to deploy mapper frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Dec 3, 2024
1 parent 1bf1e90 commit ad7040b
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,6 @@ jobs:
with:
working_dir: src/frontend

frontend-e2e-test:
uses: hotosm/gh-workflows/.github/workflows/test_compose.yml@2.0.9
with:
playwright: true
cache_image: false
compose_file: docker-compose.yml -f contrib/playwright/docker-compose.yml
compose_service: ui-test
cache_extra_imgs: |
"docker.io/postgis/postgis:${{ vars.POSTGIS_TAG }}"
"docker.io/minio/minio:${{ vars.MINIO_TAG }}"
"mcr.microsoft.com/playwright:${{ vars.PLAYWRIGHT_TAG }}"
secrets: inherit

backend-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@2.0.9
needs: [backend-test]
Expand All @@ -56,7 +43,7 @@ jobs:

frontend-build:
uses: hotosm/gh-workflows/.github/workflows/image_build.yml@2.0.9
needs: [frontend-unit-test, frontend-e2e-test]
needs: [frontend-unit-test]
with:
context: src
dockerfile: Dockerfile.ui.prod
Expand Down

0 comments on commit ad7040b

Please sign in to comment.