From 9f583a35c63b11c2b79df5f38aa8db0c8e826ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=C3=A1nh=20Ho=C3=A0ng?= Date: Mon, 26 Feb 2024 09:46:07 +0700 Subject: [PATCH] chore(build): Update dependency for test workflow Changes the required dependency from "check" to "lints" for the test workflow in the GitHub actions configuration. This modification ensures the linting process is complete before running the tests, ensuring cleaner code and potentially reducing avoidable test failures. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index baa6323..761c319 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,7 +23,7 @@ jobs: - name: Skypack check run: yarn test:skypack test: - needs: check + needs: lints runs-on: ubuntu-latest strategy: matrix: