chore: fix command name in tot-ci.yml (#8698)

This commit is contained in:
Alex Rudenko 2022-07-26 11:46:33 +02:00 committed by GitHub
parent b72d9498fb
commit 9e0ea9eb0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,6 +125,6 @@ jobs:
- name: Run unit tests in chrome headless
uses: nick-invision/retry@v2
with:
command: xvfb-run --auto-servernum npm run test:chrome-headless
command: xvfb-run --auto-servernum npm run test:chrome:headless
timeout_minutes: 10
max_attempts: 3