Skip to content

Commit 345bbee

Browse files
committed
wip
1 parent d056322 commit 345bbee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
- run: swift test --enable-code-coverage
2525
- name: show all files
2626
shell: bash
27-
run: ls -a
27+
run: |
28+
cd .build
29+
ls -a
2830
- name: Archive the build for debugging
2931
uses: actions/upload-artifact@v4
3032
with:

0 commit comments

Comments
 (0)