Configure Playwright for headless CI and add Gitea workflow with container support #5
@@ -15,8 +15,8 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '24'
|
node-version: '24'
|
||||||
cache: 'npm'
|
# cache: ''npm''
|
||||||
cache-dependency-path: backend/package-lock.json
|
# cache-dependency-path: backend/package-lock.json
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd backend && npm ci
|
run: cd backend && npm ci
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user