Configure Playwright for headless CI and add Gitea workflow with container support #5
@@ -30,8 +30,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: frontend/package-lock.json
|
# cache-dependency-path: frontend/package-lock.json
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd frontend && npm ci
|
run: cd frontend && npm ci
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
@@ -47,8 +47,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: frontend/package-lock.json
|
# cache-dependency-path: frontend/package-lock.json
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd frontend && npm install
|
run: cd frontend && npm install
|
||||||
- name: Run E2E tests
|
- name: Run E2E tests
|
||||||
|
|||||||
Reference in New Issue
Block a user