Skip to content

Commit

Permalink
ci: fix e2e test workflow playwright image tag ref
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 12, 2024
1 parent cda2e13 commit 152daf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
cache_extra_imgs: |
"docker.io/postgis/postgis:${{ vars.POSTGIS_TAG }}"
"docker.io/minio/minio:${{ vars.MINIO_TAG }}"
"mcr.microsoft.com/playwright-${{ vars.PLAYWRIGHT_TAG }}"
"mcr.microsoft.com/playwright:${{ vars.PLAYWRIGHT_TAG }}"
secrets: inherit

0 comments on commit 152daf6

Please sign in to comment.