From d09b8ad300112f99132c97d2069ebd8b2b8d69b1 Mon Sep 17 00:00:00 2001 From: Maksim Balabash Date: Sun, 26 Mar 2023 00:49:53 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7eb05d0..46eb67c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: name: OS ${{ matrix.os }} Node.js ${{ matrix.node }} steps: - name: Install Chrome - uses: browser-actions/setup-chrome@latest + uses: browser-actions/setup-chrome@latest - name: Checkout the repository uses: actions/checkout@v2 - name: Install Node.js ${{ matrix.node }} @@ -23,4 +23,4 @@ jobs: - name: Run unit tests run: yarn unit env: - FORCE_COLOR: 2 \ No newline at end of file + FORCE_COLOR: 2