Skip to content

Commit

Permalink
[nop] Simplify dir structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jan 14, 2025
1 parent db26a5d commit f984cdd
Show file tree
Hide file tree
Showing 49 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/graal-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 2 deletions .github/workflows/main-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
@@ -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 ..;

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.
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.
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 comments on commit f984cdd

Please sign in to comment.