patch: migrate to gitea actions #14

Merged
keligrubb merged 5 commits from migrate-to-gitea-actions into main 2026-03-04 19:49:17 +00:00
Showing only changes of commit f6607f6d41 - Show all commits

View File

@@ -21,7 +21,7 @@ jobs:
- name: Upload node_modules
uses: https://gitea.com/actions/gitea-upload-artifact@main
with:
name: node-modules
name: node_modules
path: node_modules/
lint:
@@ -39,7 +39,7 @@ jobs:
- name: Restore node_modules
uses: https://github.com/ChristopherHX/gitea-download-artifact@main
with:
name: node-modules
name: node_modules
- name: Run lint
run: npm run lint
@@ -59,7 +59,7 @@ jobs:
- name: Restore node_modules
uses: https://github.com/ChristopherHX/gitea-download-artifact@main
with:
name: node-modules
name: node_modules
- name: Run tests
run: npm run test
@@ -79,7 +79,7 @@ jobs:
- name: Restore node_modules
uses: https://github.com/ChristopherHX/gitea-download-artifact@main
with:
name: node-modules
name: node_modules
- name: Install Playwright browsers
run: npx playwright install --with-deps chromium