Skip to content

Commit 82da5d0

Browse files
committed
Adding tests command
1 parent 84f2619 commit 82da5d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/configlet-sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232
- name: Run configlet sync for test and capture output
3333
id: sync_test
3434
run: |
35-
configlet_raw_output="$(./bin/configlet sync --tests)"
35+
mkdir -p .github/auto-sync
36+
output="$(./bin/configlet sync --tests | tee .github/auto-sync/sync-test-output.txt)"
3637
3738
echo "configlet output:"
3839
echo "$configlet_raw_output"

0 commit comments

Comments
 (0)