Skip to content

Commit a0b51d1

Browse files
authored
test(i): yaml echo
1 parent cba70fe commit a0b51d1

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/check-archives.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,18 @@ jobs:
2525
with:
2626
swift-version: "5.10.1"
2727

28-
- name: Clean Swift build cache
29-
run: |
30-
swift package clean
31-
rm -rf .build
32-
33-
3428
- name: Build Swift archive bot
35-
run: swift build -v -c release
29+
run: swift build -c release
3630

3731
- name: Run ArchiveDetective
38-
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4032
run: |
4133
echo "== Running ArchiveDetective =="
4234
.build/release/ArchiveDetective > output.log 2>&1
4335
echo "== Output Start =="
4436
cat output.log
4537
echo "== Output End =="
46-
38+
env:
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4740

4841
- name: Commit and push changes
4942
run: |

0 commit comments

Comments
 (0)