Update testdriver.yml

This commit is contained in:
Ludy87 2025-07-31 16:17:53 +02:00
parent 1ed328a0e6
commit 55db4393dc
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -149,15 +149,14 @@ jobs:
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
cache: 'npm'
cache-dependency-path: |
frontend/package-lock.json
frontend/package.json
cache-dependency-path: frontend/package-lock.json
- name: Run TestDriver.ai
uses: testdriverai/action@f0d0f45fdd684db628baa843fe9313f3ca3a8aa8 #1.1.3
with:
key: ${{secrets.TESTDRIVER_API_KEY}}
prerun: |
cd frontend
npm install
npm run build
npm install dashcam-chrome --save