Skip to content

Commit

Permalink
Pinning svelte version to 3.23.0 and removing cypress publishing test…
Browse files Browse the repository at this point in the history
… results.
  • Loading branch information
dmundra committed Sep 21, 2024
1 parent 3adcb47 commit 6719e4b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
- name: Run tests
run: npm test

- name: Publish test results.
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
with:
files: cypress/results/*.xml
check_name: "Cypress Test Results"

- name: Archive test results.
uses: actions/upload-artifact@v4
if: always()
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-typescript": "^1.0.1",
"sirv-cli": "^0.4.4",
"svelte": "^3.0.0",
"svelte": "3.23.0",
"svelte-select": "^4.4.6",
"tslib": "^1.13.0",
"typescript": "^4.5.2"
Expand Down

0 comments on commit 6719e4b

Please sign in to comment.