Skip to content

Commit 9c7c8b1

Browse files
authored
Update configlet-sync.yml
1 parent 490c693 commit 9c7c8b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/configlet-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run configlet sync for test and capture output
5353
id: sync_test
5454
run: |
55-
configlet_raw_output="$(./bin/configlet sync --tests | tee .github/sync-test-output.txt)"
55+
configlet_raw_output="$(./bin/configlet sync --tests 2>&1 || true)"
5656
5757
printf "configlet output:\n%s\n" "$configlet_raw_output"
5858
mkdir -p temp

0 commit comments

Comments
 (0)