Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d1de842

Browse files
committedJan 8, 2025·
reduce logging + mark github
1 parent c67c679 commit d1de842

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎.github/workflows/test-preview.yml

-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
export NODE_OPTIONS="--max_old_space_size=4096"
5252
npm install -g yarn
5353
yarn install
54-
55-
- name: Configure Git safe.directory
56-
run: |
57-
git config --global --add safe.directory /workspace
5854
5955
# Step 3: Run Playwright tests in Docker
6056
- name: Run Playwright tests

0 commit comments

Comments
 (0)
Please sign in to comment.