From 5bfbe24c2da6ed70528b44968dcb30e17f7f34d3 Mon Sep 17 00:00:00 2001 From: Dennis Ameling Date: Sat, 13 Feb 2021 01:51:52 +0100 Subject: [PATCH] Fix typo in Actions workflow --- .github/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 8b89f665..e43ed950 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -207,10 +207,10 @@ jobs: - run: yarn tsc - run: yarn lint - if: matrix.arch == 'ubuntu-latest' + if: matrix.os == 'ubuntu-latest' - run: yarn format -c - if: matrix.arch == 'ubuntu-latest' + if: matrix.os == 'ubuntu-latest' - name: Run yarn test uses: GabrielBB/xvfb-action@v1.4