PR-415815: adding PUBLIC_URL to e2e testing.

This commit is contained in:
Alejandro Lembke Barrientos 2025-04-12 15:56:44 +00:00
parent 2539dcb7b1
commit 519aa86c79
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD

View File

@ -46,6 +46,7 @@ jobs:
runs-on: ubuntu-latest
env:
PORT: 3000
PUBLIC_URL: /
steps:
- name: Checkout
uses: actions/checkout@v4