Skip to content

Commit 694aec9

Browse files
author
Reinhold Willcox
committed
added test to ls the src/ folder, and removed the make clean command
1 parent bc27dcf commit 694aec9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/compas-compile-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414

15+
- name: test
16+
run: ls src/
17+
1518
- name: Build Compas
16-
run: make clean && make fast -f -j $(nproc) src/Makefile
19+
run: make fast -f -j $(nproc) src/Makefile

0 commit comments

Comments
 (0)