Skip to content

Commit

Permalink
use single package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Jan 11, 2025
1 parent cc92bdd commit 56ce0c4
Show file tree
Hide file tree
Showing 21 changed files with 6,613 additions and 15,403 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
${{ runner.os }}-node-
- name: Install npm dependencies
run: npm ci --prefix assets
run: npm ci

- name: Build assets
run: mix assets.build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
if: always()
with:
name: js-unit-coverage
path: assets/coverage/
path: coverage/
retention-days: 7

e2e_test:
Expand All @@ -161,7 +161,7 @@ jobs:

runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.47.1-jammy
image: mcr.microsoft.com/playwright:v1.49.1-jammy
env:
ImageOS: ubuntu22
HOME: /root
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: js-unit-coverage
path: assets/coverage/
path: coverage/

- name: Download e2e-test-results artifact
uses: actions/download-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ node_modules

/test/e2e/test-results/
/playwright-report/
/coverage/
1 change: 0 additions & 1 deletion assets/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions assets/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default [{
jest,
},

files: ["js/**/*.js", "test/**/*.js"],
ignores: ["coverage/**"],

languageOptions: {
Expand Down
Loading

0 comments on commit 56ce0c4

Please sign in to comment.