remove prep lib; restore gitlibs cache
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
1642cc04ca
commit
9fdc24eab7
4 changed files with 3 additions and 7 deletions
3
.github/workflows/test-and-release.yml
vendored
3
.github/workflows/test-and-release.yml
vendored
|
|
@ -25,6 +25,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.m2/repository
|
~/.m2/repository
|
||||||
|
~/.gitlibs
|
||||||
~/.clojure
|
~/.clojure
|
||||||
~/.cpcache
|
~/.cpcache
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
||||||
|
|
@ -32,8 +33,6 @@ jobs:
|
||||||
run: docker compose up -d
|
run: docker compose up -d
|
||||||
env:
|
env:
|
||||||
MYSQL_ROOT_PASSWORD: testing
|
MYSQL_ROOT_PASSWORD: testing
|
||||||
- name: Prep libs
|
|
||||||
run: clojure -X:deps prep :aliases '[:test]'
|
|
||||||
- name: Run MariaDB Tests
|
- name: Run MariaDB Tests
|
||||||
run: clojure -M:test:runner
|
run: clojure -M:test:runner
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
3
.github/workflows/test-and-snapshot.yml
vendored
3
.github/workflows/test-and-snapshot.yml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.m2/repository
|
~/.m2/repository
|
||||||
|
~/.gitlibs
|
||||||
~/.clojure
|
~/.clojure
|
||||||
~/.cpcache
|
~/.cpcache
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
||||||
|
|
@ -30,8 +31,6 @@ jobs:
|
||||||
run: docker compose up -d
|
run: docker compose up -d
|
||||||
env:
|
env:
|
||||||
MYSQL_ROOT_PASSWORD: testing
|
MYSQL_ROOT_PASSWORD: testing
|
||||||
- name: Prep libs
|
|
||||||
run: clojure -X:deps prep :aliases '[:test]'
|
|
||||||
- name: Run MariaDB Tests
|
- name: Run MariaDB Tests
|
||||||
run: clojure -M:test:runner
|
run: clojure -M:test:runner
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.m2/repository
|
~/.m2/repository
|
||||||
|
~/.gitlibs
|
||||||
~/.clojure
|
~/.clojure
|
||||||
~/.cpcache
|
~/.cpcache
|
||||||
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
key: ${{ runner.os }}-${{ hashFiles('**/deps.edn') }}
|
||||||
|
|
@ -30,8 +31,6 @@ jobs:
|
||||||
run: docker compose up -d
|
run: docker compose up -d
|
||||||
env:
|
env:
|
||||||
MYSQL_ROOT_PASSWORD: testing
|
MYSQL_ROOT_PASSWORD: testing
|
||||||
- name: Prep libs
|
|
||||||
run: clojure -X:deps prep :aliases '[:test]'
|
|
||||||
- name: Run MariaDB Tests
|
- name: Run MariaDB Tests
|
||||||
run: clojure -M:test:runner
|
run: clojure -M:test:runner
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,5 @@
|
||||||
(assoc "NEXT_JDBC_TEST_MARIADB" "yes")
|
(assoc "NEXT_JDBC_TEST_MARIADB" "yes")
|
||||||
xtdb?
|
xtdb?
|
||||||
(assoc "NEXT_JDBC_TEST_XTDB" "yes"))]
|
(assoc "NEXT_JDBC_TEST_XTDB" "yes"))]
|
||||||
(p/shell "clojure" "-X:deps" "prep" ":aliases" "[:test]")
|
|
||||||
(doseq [v (if all? ["1.10" "1.11" "1.12"] [nil])]
|
(doseq [v (if all? ["1.10" "1.11" "1.12"] [nil])]
|
||||||
(run-tests env v)))
|
(run-tests env v)))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue