Skip to content

Commit

Permalink
Merge branch 'main' of github.com:thieleju/chess-opponent-insights
Browse files Browse the repository at this point in the history
  • Loading branch information
thieleju committed Sep 13, 2023
2 parents f61be18 + 137d5f0 commit d973089
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: tests/results.xml

- name: Publish Test Report
uses: mikepenz/action-junit-report@v3
uses: mikepenz/action-junit-report@v4
if: success() || failure()
with:
report_paths: "tests/results.xml"
38 changes: 19 additions & 19 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"luxon": "^3.4.3",
"roboto-fontface": "*",
"vue": "^3.2.0",
"vuetify": "^3.3.15",
"vuetify": "^3.3.16",
"webfontloader": "^1.0.0"
},
"devDependencies": {
Expand Down Expand Up @@ -49,6 +49,6 @@
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-vuetify": "^1.0.0",
"vue-tsc": "^1.8.10"
"vue-tsc": "^1.8.11"
}
}

0 comments on commit d973089

Please sign in to comment.