From 9bd7d38579fe7c135660ea6edb18a7755a283b5a Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Tue, 26 Jul 2022 11:46:33 +0200 Subject: [PATCH] chore: fix command name in tot-ci.yml (#8698) --- .github/workflows/tot-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tot-ci.yml b/.github/workflows/tot-ci.yml index c227d3cc..fae51c00 100644 --- a/.github/workflows/tot-ci.yml +++ b/.github/workflows/tot-ci.yml @@ -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