Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Jan 22, 2025
1 parent 0a7b50a commit b19dda8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 37 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
with:
lein: 2.9.5

# Install openapi-schema-validator for openapi-tests
# Uses node version from the ubuntu-latest
- name: Install dependencies
run: npm ci

- name: Run tests
run: ./scripts/test.sh clj

Expand Down Expand Up @@ -75,9 +80,6 @@ jobs:
- name: Install dependencies
run: npm ci

# - name: Install modules
# run: ./scripts/lein-modules install

- name: Run tests
run: ./scripts/test.sh cljs

Expand Down
4 changes: 1 addition & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ module.exports = function (config) {
// The file itself
files: ['ci.js'],
frameworks: ['cljs-test'],
reporters: ['progress', 'junit'],
plugins: ['karma-cljs-test', 'karma-chrome-launcher'],
colors: true,
logLevel: config.LOG_INFO,
client: {
args: ["shadow.test.karma.init"],
singleRun: true
},
junitReporter: {
outputDir: "target/results/cljs"
}
})
};
30 changes: 1 addition & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-cli": "^2.0.0",
"karma-cljs-test": "^0.1.0",
"karma-junit-reporter": "^2.0.1"
"karma-cljs-test": "^0.1.0"
},
"dependencies": {
"shadow-cljs": "^2.28.20"
Expand Down

0 comments on commit b19dda8

Please sign in to comment.