This commit is contained in:
Fang-Pen Lin
2025-11-07 18:28:41 -08:00
parent 4a9cf13943
commit 5a555fc849

View File

@@ -26,7 +26,11 @@ jobs:
- name: ☁️ Checkout source
uses: actions/checkout@v4
# XXX:
with:
sparse-checkout: |
.
.github/resources
- name: Copy .env.bdd to .env
run: cp .github/resources/.env.bdd .env
working-directory: backend