mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 08:21:11 +00:00
fix: pin version for openapi-schema-validator on CI
This commit is contained in:
parent
982ac3ec72
commit
82c714d0cc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/testsuite.yml
vendored
3
.github/workflows/testsuite.yml
vendored
|
|
@ -32,6 +32,9 @@ jobs:
|
||||||
uses: DeLaGuardo/setup-clojure@3.1
|
uses: DeLaGuardo/setup-clojure@3.1
|
||||||
with:
|
with:
|
||||||
lein: 2.9.5
|
lein: 2.9.5
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
npm ci
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./scripts/test.sh clj
|
run: ./scripts/test.sh clj
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue