Skip to content

Commit 3cc4ba5

Browse files
committed
Testing new workflow
1 parent 72ca934 commit 3cc4ba5

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
@@ -53,7 +53,7 @@ jobs:
5353
id: sync_test
5454
continue-on-error: true
5555
run: |
56-
configlet_raw_output="$(./bin/configlet sync --tests 2>&1)"
56+
configlet_raw_output="$(./bin/configlet sync --tests 2>&1 || true)"
5757
exit_code=$?
5858
5959
echo "exit_code=$exit_code" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)