We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bd110 commit 634cad2Copy full SHA for 634cad2
1 file changed
.github/workflows/ci.yaml
@@ -34,6 +34,10 @@ jobs:
34
run: |
35
./scripts/generate-env.sh
36
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 }}
41
- name: Install Dependencies
42
run: pnpm install --frozen-lockfile
43
- name: Install Playwright
0 commit comments