Skip to content

Commit f984cdd

Browse files
committed
[nop] Simplify dir structure
1 parent db26a5d commit f984cdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+6
-7
lines changed

.github/workflows/graal-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- uses: actions/cache@v4
2727
with:
2828
path: ~/.m2/repository
29-
key: deps-${{ hashFiles('projects/main/project.clj') }}
29+
key: deps-${{ hashFiles('main/project.clj') }}
3030
restore-keys: deps-
3131

3232
- run: bb graal-tests
33-
working-directory: projects/main
33+
working-directory: main

.github/workflows/main-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
id: cache-deps
2525
with:
2626
path: ~/.m2/repository
27-
key: deps-${{ hashFiles('projects/main/project.clj') }}
27+
key: deps-${{ hashFiles('main/project.clj') }}
2828
restore-keys: deps-
2929

3030
- run: lein test-all
31-
working-directory: projects/main
31+
working-directory: main
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

install.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
cd projects/main; lein install; cd ../..;
4-
cd projects/api; lein install; cd ../..;
5-
cd projects/slf4j; lein install; cd ../..;
3+
cd main; lein install; cd ..;
4+
cd slf4j; lein install; cd ..;
65

File renamed without changes.

projects/main/bb.edn main/bb.edn

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)