wrong cache name
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Upload node_modules
|
- name: Upload node_modules
|
||||||
uses: https://gitea.com/actions/gitea-upload-artifact@main
|
uses: https://gitea.com/actions/gitea-upload-artifact@main
|
||||||
with:
|
with:
|
||||||
name: node-modules
|
name: node_modules
|
||||||
path: node_modules/
|
path: node_modules/
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
- name: Restore node_modules
|
- name: Restore node_modules
|
||||||
uses: https://github.com/ChristopherHX/gitea-download-artifact@main
|
uses: https://github.com/ChristopherHX/gitea-download-artifact@main
|
||||||
with:
|
with:
|
||||||
name: node-modules
|
name: node_modules
|
||||||
|
|
||||||
- name: Run lint
|
- name: Run lint
|
||||||
run: npm run lint
|
run: npm run lint
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
- name: Restore node_modules
|
- name: Restore node_modules
|
||||||
uses: https://github.com/ChristopherHX/gitea-download-artifact@main
|
uses: https://github.com/ChristopherHX/gitea-download-artifact@main
|
||||||
with:
|
with:
|
||||||
name: node-modules
|
name: node_modules
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm run test
|
run: npm run test
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
- name: Restore node_modules
|
- name: Restore node_modules
|
||||||
uses: https://github.com/ChristopherHX/gitea-download-artifact@main
|
uses: https://github.com/ChristopherHX/gitea-download-artifact@main
|
||||||
with:
|
with:
|
||||||
name: node-modules
|
name: node_modules
|
||||||
|
|
||||||
- name: Install Playwright browsers
|
- name: Install Playwright browsers
|
||||||
run: npx playwright install --with-deps chromium
|
run: npx playwright install --with-deps chromium
|
||||||
|
|||||||
Reference in New Issue
Block a user