This commit is contained in:
Charles Bochet
2023-09-16 19:28:04 -07:00
parent 43a5535739
commit 9be674e440

View File

@ -14,6 +14,8 @@ jobs:
REACT_APP_SERVER_BASE_URL: http://127.0.0.1:3000
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with: