Skip to content

Commit

Permalink
ci: update to latest gh-workflow syntax for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 31, 2024
1 parent b5aa234 commit e38905e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_test_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
uses: hotosm/gh-workflows/.github/workflows/test_compose.yml@2.0.5
with:
playwright: true
image_name: mcr.microsoft.com/playwright:v1.44.1
build_img: false
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 }}"
"ghcr.io/hotosm/fmtm/frontend:playwright-${{ vars.PLAYWRIGHT_TAG }}"
secrets: inherit

0 comments on commit e38905e

Please sign in to comment.