Skip to content

Commit 100ae6d

Browse files
committed
more test output
1 parent 8b64e72 commit 100ae6d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/xivlauncher.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,19 @@ jobs:
8080
uses: actions/download-artifact@v8
8181
with:
8282
name: xivlauncher
83+
- name: Test
84+
run: |
85+
cd "$GITHUB_WORKSPAE/aur"
86+
git status
87+
find .
8388
- name: Copy .SRCINFO
8489
run: |
8590
rsync -ahvP "$GITHUB_WORKSPACE"/.SRCINFO "$GITHUB_WORKSPACE"/aur/.SRCINFO
8691
- name: Push
8792
run: |
88-
find "$GITHUB_WORKSPACE"/aur
93+
cd "$GITHUB_WORKSPAE/aur"
94+
git status
95+
find .
8996
- name: Cleanup SSH
9097
if: always()
9198
run: rm -rf "$HOME"/.ssh

0 commit comments

Comments
 (0)