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 Randolf J
parent 936ed8607e
commit 9bd7d38579

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