Skip to content

Commit 5a8135a

Browse files
authored
Test clean bin result
1 parent 1fabe94 commit 5a8135a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,12 @@ jobs:
7070

7171
- name: Cat
7272
run: cat xmipp.conf
73+
74+
- name: Show dist folder before
75+
run: ls dist
76+
77+
- name: Clean bin
78+
run: ./xmipp cleanBin
79+
80+
- name: Show dist folder after
81+
run: ls dist

0 commit comments

Comments
 (0)