Skip to content

Commit 634cad2

Browse files
committed
update ci
1 parent f0bd110 commit 634cad2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
run: |
3535
./scripts/generate-env.sh
3636
sed -i 's/^MONGO_URI=.*/MONGO_URI=mongodb:\/\/mongo:27017/' .env
37+
- name: Configure Git
38+
run: |
39+
# necessary for the git commands used for release info
40+
git config --global --add safe.directory ${{ github.workspace }}
3741
- name: Install Dependencies
3842
run: pnpm install --frozen-lockfile
3943
- name: Install Playwright

0 commit comments

Comments
 (0)