mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-04-19 14:18:06 -06:00
PR-415815: adding PUBLIC_URL to e2e testing.
This commit is contained in:
parent
2539dcb7b1
commit
519aa86c79
1
.github/workflows/main-workflow.yml
vendored
1
.github/workflows/main-workflow.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
PORT: 3000
|
PORT: 3000
|
||||||
|
PUBLIC_URL: /
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user