mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-16 09:31:11 +00:00
[nop] Simplify dir structure
This commit is contained in:
parent
db26a5d683
commit
f984cdd213
49 changed files with 6 additions and 7 deletions
4
.github/workflows/graal-tests.yml
vendored
4
.github/workflows/graal-tests.yml
vendored
|
|
@ -26,8 +26,8 @@ jobs:
|
|||
- uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: deps-${{ hashFiles('projects/main/project.clj') }}
|
||||
key: deps-${{ hashFiles('main/project.clj') }}
|
||||
restore-keys: deps-
|
||||
|
||||
- run: bb graal-tests
|
||||
working-directory: projects/main
|
||||
working-directory: main
|
||||
|
|
|
|||
4
.github/workflows/main-tests.yml
vendored
4
.github/workflows/main-tests.yml
vendored
|
|
@ -24,8 +24,8 @@ jobs:
|
|||
id: cache-deps
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: deps-${{ hashFiles('projects/main/project.clj') }}
|
||||
key: deps-${{ hashFiles('main/project.clj') }}
|
||||
restore-keys: deps-
|
||||
|
||||
- run: lein test-all
|
||||
working-directory: projects/main
|
||||
working-directory: main
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd projects/main; lein install; cd ../..;
|
||||
cd projects/api; lein install; cd ../..;
|
||||
cd projects/slf4j; lein install; cd ../..;
|
||||
cd main; lein install; cd ..;
|
||||
cd slf4j; lein install; cd ..;
|
||||
|
||||
|
|
|
|||
0
projects/main/.gitignore → main/.gitignore
vendored
0
projects/main/.gitignore → main/.gitignore
vendored
0
projects/slf4j/.gitignore → slf4j/.gitignore
vendored
0
projects/slf4j/.gitignore → slf4j/.gitignore
vendored
Loading…
Reference in a new issue