Configure Playwright for headless CI and add Gitea workflow with container support #5

Merged
steve-admin merged 5 commits from add-automated-testing into main 2026-04-01 11:19:27 +01:00
Showing only changes of commit cac76a2f69 - Show all commits
+2 -2
View File
@@ -15,8 +15,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '24'
cache: 'npm'
cache-dependency-path: backend/package-lock.json
# cache: ''npm''
# cache-dependency-path: backend/package-lock.json
- name: Install dependencies
run: cd backend && npm ci
- name: Run tests